PureBytes Links
Trading Reference Links
|
Thank you!
--- In equismetastock@xxxxxxxxxxxxxxx, pumrysh <no_reply@xxxx> wrote:
>
> {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 equismetastock@xxxxxxxxxxxxxxx, "tobykunkun" <csho@xxxx>
wrote:
> >
> >
> > Hi,
> >
> > Does anybody know how to code an MACD Histrogram indicator that
> > would paint the MACD hist bar green if it has risen in relation
to
> > the previous bar (increased value), and paint the MACD hist bar
red
> > if it is lower than the previous bar (decreased value),
regardless
> > of whether the bar is above or below the zero line?
> >
> > Thank you.
> >
> > Warmest Regards,
> > CS
------------------------ Yahoo! Groups Sponsor --------------------~-->
Has someone you know been affected by illness or disease?
Network for Good is THE place to support health awareness efforts!
http://us.click.yahoo.com/Rcy2bD/UOnJAA/cosFAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> 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/
|