| 
 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=6220
------------------------------------------------------------------------
Conrad,
Try:
A:= mov(close,13,e);
B:= mov(close,5,e);
X:= A-B;
X; mov(X,5,e);
This produces the product of the subtraction and a 5 day exponential 
moving average of the result. If you refer to the files section of 
the group you will find a metastock file that explains how to write 
formulas. 
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Conrad Smith 
<conradfsmith3@xxxx> wrote:
> Could someone please show me the formula for creating a moving 
average that is the product of the
> 13 day EMA minus the 5 day EMA?
> 
> Thanks,
> Conrad
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/ 
 
 |