PureBytes Links
Trading Reference Links
|
Chris
Try the following formula:
v1:=Input("Short EMA",2,50,12);
v2:=Input("Long EMA",3,70,26);
v3:=Input("Difference EMA",2,50,9);
v4:=Mov(P,v1,E)-Mov(P,v2,E);
v4;
Mov(v4,v3,E);
Regards
Peet
--- In equismetastock@xxxxxxxxxxxxxxx, "west999ham" <chrisr@xxxx>
wrote:
>
>
> Dear All - Metastock only seems to allow a default MACD (I guess
> 13,26,9). Does anyone know of a plug-in that allows one to change
the
> parameters or a formula that allows same that can be pasted into
> indicators? Many thanks in advance, Chris Roberts
------------------------ Yahoo! Groups Sponsor --------------------~-->
Make a clean sweep of pop-up ads. Yahoo! Companion Toolbar.
Now with Pop-Up Blocker. Get it for free!
http://us.click.yahoo.com/L5YrjA/eSIIAA/yQLSAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|