I am trying to create a chart on exploration showing the frequency distribution of a particular array. For example, I have an array(dbar) containing the barcount of each trades drawdown and i want to see the frequency distribution of it:
// This example shows the array for long positions only...
While looking through backtest reports on amibroker i've reaised that the drawdowns for each trade includes the entry candles low (or high if in short) and i was wondering if there is a way to exclude the entry candles forthe calculations. i have tried translating all the signals one candle...
I have been having trouble finding a way to save previous values on afl.
Eg.
A = AA == AB;
A_Price = valuewhen(A,C);
How do i get the previous A_Price values?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.