Dear Preston,
I have copied your formula in formula editor as MACD1. I am attaching picture I
got below ac MACD1. I would like to get as in MACD2. how to code it?
On Fri, Aug 22, 2008 at 10:34 PM, pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
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/
>
--
L.V.Gandhi
http://lvgandhi.tripod.com/
linux user No.205042