PureBytes Links
Trading Reference Links
|
I know this is probably way out in left field, so be gentle with me!
I would really appreciate it if someone could show me how to write
the code for this.
a = ROC(Security "X",5);
b = ROC(Security "Y',5);
d = a-b;
e = MA(d,10);
Buy "X' if d>e;
Buy "Y" if e>d;
Thanks for all your help, Joe
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/
|