PureBytes Links
Trading Reference Links
|
Hi Preston,
thanks for the advise and the confirmation.
Rgds,
Darren Liew
----- Original Message ----
From: pumrysh <no_reply@xxxxxxxxxxxxxxx>
To: equismetastock@xxxxxxxxxxxxxxx
Sent: Thursday, December 13, 2007 6:27:22 AM
Subject: [EquisMetaStock Group] Re: How to create Color Bars in MACD Histogram
Darren,
Yes, that is correct.
Let me also add that others might also want to take a look at this.
Its much more sensitive than a MACD.
Preston
--- In equismetastock@ yahoogroups. com, Darren Liew <darrenliew@ ...>
wrote:
>
> Hi Preston,
>
> I am looking for the differences between the MACD Line and the
Signal Line.
>
> Should I change to the following:
>
> X:=MACD()-Mov( MACD(),9, E);
> BLUE:=If(X>Ref( X,-1),X,0) ;
> Red:=If(X<Ref( X,-1),X,0) ;
> BLUE; Red;
>
> Apprecriate your advise again.
> thanks.
>
> Rgds,
> Darren Liew
>
>
> ----- Original Message ----
> From: pumrysh <no_reply@xxxxxxxxxx s.com>
> To: equismetastock@ yahoogroups. com
> Sent: Thursday, December 13, 2007 1:31:38 AM
> Subject: [EquisMetaStock Group] Re: How to create Color Bars in
MACD Histogram
>
> Darren,
>
> There is a universal indicator that can be used for this purpose.
>
> {RedGreen Histogram}
> X:= {your indicator here};
> Green:=If(X> Ref(X,-1) ,X,0);
> Red:=If(X<Ref( X,-1),X,0) ;
> Green; Red;
>
> In your case change it to:
>
> {RedBlue MACD}
> X:=MACD();
> BLUE:=If(X>Ref( X,-1),X,0) ;
> Red:=If(X<Ref( X,-1),X,0) ;
> BLUE; Red;
>
> Hope this helps,
>
> Preston
>
> --- In equismetastock@ yahoogroups. com, Darren Liew
<darrenliew@ ...>
> wrote:
> >
> > Hi,
> >
> > I would like to create MACD Histogram with color bars.
> > IF Today's MACD Histogram is higher than yesterday, then I want
to
> see a Blue color histogram bar.
> > IF Today's MACD Histogram is lower than yesterday, then I want
to
> see a Red color histogram bar.
> >
> > aprecriate your help.
> > thanks.
> >
> > Rgds,
> > Darren Liew
> >
> >
> >
> ____________ _________ _________ _________ _________ _________ _
> ____________ ___
> > Be a better friend, newshound, and
> > know-it-all with Yahoo! Mobile. Try it now.
> http://mobile. yahoo.com/ ;_ylt=Ahu06i62sR 8HDtDypao8Wcj9tA cJ
> >
> >
> > [Non-text portions of this message have been removed]
> >
>
>
>
>
>
>
____________ _________ _________ _________ _________ _________ _
____________ ___
> Be a better friend, newshound, and
> know-it-all with Yahoo! Mobile. Try it now.
http://mobile. yahoo.com/ ;_ylt=Ahu06i62sR 8HDtDypao8Wcj9tA cJ
>
>
> [Non-text portions of this message have been removed]
>
____________________________________________________________________________________
Never miss a thing. Make Yahoo your home page.
http://www.yahoo.com/r/hs
[Non-text portions of this message have been removed]
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/
|