[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [EquisMetaStock Group] Colored bars in MACD-Histogram- How?



PureBytes Links

Trading Reference Links

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