| 
 PureBytes Links 
Trading Reference Links 
 | 
{MACD(5,35,10)}
ShMA:= Input("ShMA",2,250,5);
LoMA:= Input("LoMA",2,250,35);
SiMA:= Input("SiMa",2,250,10);
RSBmacd:= Mov(C,ShMA,E)-Mov(C,LoMA,E);
Signal:= Mov(RSBmacd,SiMA,E);
RSBmacd;Signal;
--- In equismetastock@xxxxxxxxxxxxxxx, smbe666 <no_reply@xxx> wrote:
>
> WHAT IS THE FORMULA OF THIS INDICATOR :  MACD(5,35,10) 
>  FOR METASTOCK ?
> THANK'S
>
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/equismetastock/
<*> Your email settings:
    Individual Email | Traditional
<*> To change settings online go to:
    http://groups.yahoo.com/group/equismetastock/join
    (Yahoo! ID required)
<*> To change settings via email:
    mailto:equismetastock-digest@xxxxxxxxxxxxxxx 
    mailto:equismetastock-fullfeatured@xxxxxxxxxxxxxxx
<*> 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/
 |