The code here uses a 3-box reversal and ATR. http://www.amibroker.com/library/detail.php?id=348
I think to change to a set box size (say, 3), you would change the code: range = Min(260,BarCount/2); box = LastValue( round(ATR(range)*100)/100 ); Reverse = 3 ; // reversal requirement Change box to = 3 or whatever you want the box size to be. /d/ --- In [email protected], "matrix10014" <[EMAIL PROTECTED]> wrote: > > Hi all, > Would anyone be kind enough to share the Point and Figure code that > utilises the Chartcraft method(not the ATR).Graham has posted code in > the library,but for some reason it has a 2 box reversalas opposed to > 3.I am not adept enough to change the code. > > Thanks in advance > > > Allan >
