Rank: Newbie
Groups: Registered, Registered Users Joined: 1/20/2011(UTC) Posts: 1
|
I want to create an indicator that will color volume bars based on their relationship to the previous day's volume.
If volume is up = color it blue If volume is down = color it red
I have tried creating two different indicators using:
;If(V> Ref(V,-1 ),V,0)
;If(V< Ref(V,-1 ),V,0)
I still get up volume days colored red.
I'm sure this has already been accomplished. I searched the forum but didn't find it.
Any help?
Don
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 12/14/2009(UTC) Posts: 140 Location: Austria
|
|
|
|
|
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.