PureBytes Links
Trading Reference Links
|
Col,
Col,
I don't think there is anything special with the pic. It appears to
be a MACD as a histogram, then a MACD and its moving average. Try
these:
A:=MACD();
B:=Mov(MACD(),5,E);
A;B;
{RedGreen MACD Histogram}
X:= MACD();
Green:=If(X>Ref(X,-1),X,0);
Red:=If(X<Ref(X,-1),X,0);
Green; Red;
Preston
--- In equismetastock@xxxxxxxxxxxxxxx, Colin Tan <ihumbleone@xxx>
wrote:
>
> hi all
> May i also kindly ask what is the formula for the 2 MACD
Signals. I have customed my MACD Signal Settings is 5. Therefore may
i know how to plot the 2 MACD lines as shown in the attached pix?
> Â
> The default macd signal line formula is (Mov(MACD,5,E)) but how
did the other system plot 2 lines?
> Â
> Â
> Hope to hear from you soon
> Sincere Thanks!
> Col
> Â
> Â
> Â
> Â
>
>
> New Email addresses available on Yahoo!
> Get the Email name you've always wanted on the new @ymail and
@rocketmail.
> Hurry before someone else does!
> http://mail.promotions.yahoo.com/newdomains/aa/
>
------------------------------------
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/
|