logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
vince  
#1 Posted : Friday, July 21, 2006 1:54:49 PM(UTC)
vince

Rank: Member

Groups: Registered, Registered Users
Joined: 5/17/2005(UTC)
Posts: 14

Is it possible to have the portion of the indicator above zero say green and the portion below zero red.?
hayseed  
#2 Posted : Friday, July 21, 2006 3:33:24 PM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey vince.... that might depend on which indicator we're talking about.... as a rule the indicators can be broken into differing colors at any point, which includes 0...... you'll just need to break the indicator into 2 or more plots..... that way you can click on one and change its color..... below is a very quick and sloppy example of rsi changing colors at the 50 level.... click on the plot above 50 and change to green..... 0 based oscillators naturaly would work best..... again, thats a crude example, that can be vastly improved and expanded to include more facets.....h [code:1:8ad7637769]a:=RSI(14); b:=RSI(14); aa:=If(RSI(14)>50,a,50); bb:=If(RSI(14)<50,b,50); aa;bb;[/code:1:8ad7637769]
Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.