PureBytes Links
Trading Reference Links
|
Thanks for your help again Graham..I'm really struggling to get my
head around the code (never done it before) here's what I have
now...but the last line is wrong? Thanks in advance.
Plot(PDI(21), "MD+",colorGreen,1);
Plot(MDI(21), "MD-",colorRed,1);
Plot(ADX(21), "ADX",colorBlue,1);
Plot(EMA(ADX(21),21),colorBlack,8);
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
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/
|