PureBytes Links
Trading Reference Links
|
Hi dear friends,
I have the following Fib lines AFL, but it doesn't work intraday
properly. The chart scale is way off. What shall I do to modify it? If
you have a better auto fib lines AFL file, please post it. Thanks.
MaxGraph=8;
p1=Peak(H,10,1);
Graph0=p1;
t1=Trough(L,5,1);
Graph2=t1;
Graph2Style=1;
df=p1-t1;
f1=t1+0.38*df;
f2=t1+0.5*df;
f3=t1+0.618*df;
Graph1=f1;
Graph3=f2;
Graph4=f3;
Graph5=Close;
Graph5Style=64;
Graph1Color=6;
Graph3Color=8;
Graph4Color=12;
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> 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/
|