PureBytes Links
Trading Reference Links
|
xl=abs(O-L);
xl1=abs(O-H);
xl2=abs(O-C);
xl3=Min(xl,xl1);
xl4=Min(xl3,xl2);
xl5=Max(xl,xl1);
xl6=Max(xl5,xl2);
Plot(Sum(xl4,10)/10,"MIN",colorBlue,styleLine);
Plot(Sum(xl6,10)/10,"MAX",colorRed,styleLine);
So many different ways to plot the same :)
I love this program
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Get A Free Psychic Reading! Your Online Answer To Life's Important Questions.
http://us.click.yahoo.com/Lj3uPC/Me7FAA/ySSFAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|