PureBytes Links
Trading Reference Links
|
Hi All
here a simple little afl that overlays theasx all
ords onto a price line chart its in one of TJ 's newsletter but though i would
post it for those who may find it handy and missed it in the archives
..
you will need to addjust the scale /3.5 tosuit you
markets and the (xao)
<A
href="">http://groups.yahoo.com/group/amibroker/message/678
Regards David
/*overlay_i */
graph0 = close;scale =
lastvalue(close)/3.5;
graph1 =
scale*close/relstrength("xao");
title= "Blue=XAO: "+name() +
writeval( graph0 ) ;
|