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=5020
------------------------------------------------------------------------
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@xxxxxxxxxxxxxxx> 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 ---------------------~-->
4 DVDs Free +s&p Join Now
http://us.click.yahoo.com/pt6YBB/NXiEAA/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/
|