PureBytes Links
Trading Reference Links
|
X:=( Mov( C,12,E ) - Mov( C,26,E ) ) - Mov( ( Mov( C,12,E ) - Mov(
C,26,E ) ),9,E );{semicolon}
If(X>0,X,0);
If(X<0,X,0);
--- In equismetastock@xxxxxxxxxxxxxxx, francis ho <francish98@xxxx>
wrote:
> Thanks Tim...i got errors "Operator expected. Use +,-
,*,/,<,<=,>,>=,<>,=, AND or OR." on the last two lines...any help ?
>
> thanks
> francis
>
> Tim <prez@xxxx> wrote:
>
>
> v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}.shape {behavior:url(#default#VML);}
> Xianlong,,
>
>
>
> Try this
>
>
>
> X:=( Mov( C,12,E ) - Mov( C,26,E ) ) - Mov( ( Mov( C,12,E ) - Mov(
C,26,E ) ),9,E )
>
> If(X>0,X,0);
>
> If(X<0,X,0);
>
>
>
> This will now produce two lines where each can selected separate to
the other, thus you can colour each line differEntly.
>
>
>
> Regards,
>
> Tim.
>
>
>
>
> ---------------------------------
>
>
> From: equismetastock@xxxxxxxxxxxxxxx
[mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of Ye Xianlong .
> Sent: Wednesday, 17 August 2005 23:44
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: [EquisMetaStock Group] Colored bars in MACD-Histogram- How?
>
>
>
>
> 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.
>
>
> ---------------------------------
------------------------ Yahoo! Groups Sponsor --------------------~-->
<font face=arial size=-1><a href="http://us.ard.yahoo.com/SIG=12h2c0vrc/M=362131.6882500.7825259.1493532/D=groups/S=1705375617:TM/Y=YAHOO/EXP=1124438205/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/
|