Using Amibroker 4.90.5, all of a sudden, over half my window panes in all my layouts are blank except for the message: "Error: Formula file not found or empty...
Hello, I remember seeing an example to convert Prices coordinates to Pixel coordinates, but i can't find it. Would anyone remember how to do it? Many thanks! ...
I do not know what message number it the below was so just copied it from my favorites under low level graphics. Begin: Patrick, No, it is not on to-do list. ...
Hi Guys, I am doing some optimization on a system and ran into a small problem. If I am optimizing with a minimum volume parameter I get many more trades with...
Thank you! that will do. I wonder however how GraphxSpace = figures in this. I'll have to test it. thanks again! herman For tips on developing Real-Time...
I just can't manage to line up pixel plots with price charts. I copy my testing code below. I need is to line up horizontal and vertical lines produced with...
How does the area devoted to the x/y axes and their labels figure into this? Doesn't this assume that 100% of the pane is devoted to chart data? Joseph Biran ...
I am tring to make sure the scaling works well. i always had trouble on charts when there are 1-2 vol bars that are > 7 times 15 day ma volume. the subsequent...
I've been using AB for years, but I'm not much of a programmer and have never delved into the custom backtester. Could someone point me to some good sample...
When I draw lines using GFX they cover the entire AmiBroker window, including the area over the axis. Also consider the effect of GrapxSpace. See my demo code...
Wouldn't you basically just want to cap the big-volume days? You could try playing with this to see if it gives what you want... Steve AvgVol = LastValue( MA(...
Herman, Perhaps if you make 4 params, 2 for x axis, and 2 for y axis for -- scaling m + offset b: mx+b. Then adjust the parameters visually in real time until...
Are you concerned that the highest bar in the default version is not the highest in the scaled version? As for printing unscaled volume values you can use...
Hello All, Can anyone offer some help regarding a coding problem, which I'm having? Basically I want to search for a "pattern" which consists of: 1. On the...
Hi again, In addition to my original question, I will need to add further conditions which will allow me to assess each of the various bars of the complete...
The approach I would take is to create a single indicator from your two, taking the difference. Then I would loop through all the bars looking for the start...
Hi Dennis, Thanks for the prompt reply. Please accept my apologies but I'm a newbie to AB (and progamming) so would really welcome some further help if thats...
Hi Mr Valley, Thanks for the reply & the code. Would it be possible for you to explain a few things though as my coding knowledge is pretty basic? 1. I think...
Rounding off my contribution on this topic. Most of my work, so far, has been based around EOD data (exclusively in stocks). I consider that daily bars are the...
For the philosophers. Speaking rather loosely, I think we can consider CHAOS as absolute (randomess) OR as unitary dis-order. As a metaphysician I also have to...
Of course, no worries. Ind_A = Daily Range of an individual Bar (diff between High & Low) Ind_B = Smoothed version of the above In this example I want to find...
The indicator conditions (above and below) can be defined with cross(a, b) and cross(b, a). Getting info on the bars between those two points can be done by...
I asked this before and got some info from Herman and others, it seems like it is possible After thinking about it this is what I come up with: Have a...
Hi members, I have a small list of scrips in Favourites List. When I use short cut keys "Alt + RightArrow" for changing symbols within favourites, i get the...
Hi Bill, Thanks for your comments. I'll take a look at the BarIndex() function and see what example code is available. Cheers... ... (a, b) and cross(b, a)....