PureBytes Links
Trading Reference Links
|
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 amibroker@xxxxxxxxxxxxxxx, "matrix10014" <allansn@xxx> 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
>
------------------------------------
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For NEW RELEASE ANNOUNCEMENTS and other news always check DEVLOG:
http://www.amibroker.com/devlog/
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/amibroker/join
(Yahoo! ID required)
<*> To change settings via email:
mailto:amibroker-digest@xxxxxxxxxxxxxxx
mailto:amibroker-fullfeatured@xxxxxxxxxxxxxxx
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|