PureBytes Links
Trading Reference Links
|
------------------------------------------------------------------------
You cannot reply to this message via email because you have chosen not
to disclose your email address to the group.
To reply: http://groups.yahoo.com/group/equismetastock/post?act=reply&messageNum=6222
------------------------------------------------------------------------
what I get is a line at the bottom and not what I thought I would get.
Here is the code:
A:= Mov(C,13,E);
B:= Mov(C,5,E);
X:= A - B;
X:= Mov(X, 13, E);
A;
X;
What I was looking for is a moving average of the 13 day EMA - the 5 day EMA that would cross over
the 13 day EMA.
Thanks,
Conrad
__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|