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=5021
------------------------------------------------------------------------
Whoops! The correct formula should be:
{Custom MACD}
mpds1:=Input("Short MA",1,200,12);
mpds2:=Input("Long MA",1,200,26);
mpds3:=Input("Signal MA",1,200,9);
a:=Mov(C,mpds1,E)- Mov(C,mpds2,E);
b:=Mov((Mov(C,mpds1,E)- Mov(C,mpds2,E)),mpds3,E);
a;b;
{end}
--- In equismetastock@xxxx, P UMRYSH <pumrysh@xxxx> wrote:
> Try this:
>
> {Custom MACD}
> mpds1:=Input("Short MA",1,200,12);
> mpds2:=Input("Long MA",1,200,26);
> mpds3:=Input("Signal MA",1,200,9);
> a:=Mov(C,mpds1,E)- Mov(C,mpds2,E);
> b:=Mov((Mov(C,mpds1,E)- Mov(C,mpds2,E)),mpds3,E);
> {end}
>
>
> --- alameh101 <no_reply@xxxx> wrote:
> > Is it possible to change the long & short period from 26 & 12 to
> > other numbers in MACD indicator?
> >
> > Alan
>
>
> __________________________________________________
> Do you Yahoo!?
> New DSL Internet Access from SBC & Yahoo!
> http://sbc.yahoo.com
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Home Selling? Try Us!
http://us.click.yahoo.com/QrPZMC/iTmEAA/MVfIAA/BefplB/TM
---------------------------------------------------------------------~->
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/
|