PureBytes Links
Trading Reference Links
|
Preston,
i've tried your code, but it doesn't seem working.
the color not changed to bi-colored (red & green)
what's wrong?
sugiharto
> > pumrysh <no_reply@xxxxxxxxxxxxxxx> wrote:
> > --- In equismetastock@xxxxxxxxxxxxxxx, pumrysh
> <no_reply@> wrote:
> > >
> > >
> > > Ricky,
> > >
> > > One of the nice features of this group is the capability to do
> > archive
> > > searches and to query the foles section. Upon registration you
> > should
> > > have received a note telling you about several search sites.
> > >
> > > This question was answered just last week.
> > >
> > > Here's the formula which can be used with any indicator, in
your
> > case
> > > use MACD():
> > >
> > > {RedGreen Histogram}
> > > {greater than yesterday}
> > > X:= {your indicator here};
> > > Green:=If(X>Ref(X,-1),X,0);
> > > Red:=If(X<Ref(X,-1),X,0);
> > > Green; Red;
> > >
> > > {RedGreen Histogram}
> > > {greater than 0}
> > > X:= {your indicator here};
> > > Green:=If(X> 0,X,0);
> > > Red:=If(X< 0,X,0);
> > > Green; Red;
> > >
> > > Preston
> > >
> > >
> > >
> > >
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, rickymtang
> <no_reply@xxxx>
> > wrote:
> > > >
> > > >
> > > > Hi, I 'm a newbie to this forum.
> > > >
> > > > The standard MACD indicator in Metastock only plots it as a
> > line.
> > > > Please advise what the formula to plot the standard
(12,26,9)
> > MACD as
> > > > a histogram with green color above zero and red below zero.
> > > >
> > > > Many thanks
> > >
> >
> >
> >
> >
> >
> >
> > [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/
|