PureBytes Links
Trading Reference Links
|
This is what I got from a search :
x:=MACD()-Mov(MACD(),9,E);
green:=If(x>Ref(x,-1),x,0);
red:=If(x<Ref(x,-1),x,0);
green;red;
On 8/17/05, investman <investman@xxxxxxxxx> wrote:
> x:=MACD()-Mov(MACD(),9,E);
> green:=If(x>Ref(x,-1),x,0);
> red:=If(x<Ref(x,-1),x,0);
> green;red;
>
> On 8/17/05, Ye Xianlong . <xianlong7@xxxxxxxxx> wrote:
> > Hi guys. I was wondering if there is a code for the below MACD-Histogram
> > formula to show green for rising bars & red for declining bars irregardless
> > of above or below the zero line.
> >
> > ( Mov( C,12,E ) - Mov( C,26,E ) ) - Mov( ( Mov( C,12,E ) - Mov( C,26,E )
> > ),9,E )
> >
> > Thanks in advance & i hope you can help me.
> >
> > Regards,
> > Xianlong
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> > ________________________________
> > YAHOO! GROUPS LINKS
> >
> > Visit your group "equismetastock" on the web.
> >
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> > To unsubscribe from this group, send an email to:
> > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> >
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> > Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
> > ________________________________
> >
> >
> >
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12hs5p8c2/M=362131.6882500.7825259.1493532/D=groups/S=1705375617:TM/Y=YAHOO/EXP=1124309420/A=2889190/R=0/SIG=10r90krvo/*http://www.thebeehive.org
">Put more honey in your pocket. (money matters made easy) Welcome to the Sweet Life - brought to you by One Economy</a>.</font>
--------------------------------------------------------------------~->
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/
|