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

Notification

Icon
Error

Options
Go to last post Go to first unread
DonStar  
#1 Posted : Monday, January 24, 2011 7:50:37 PM(UTC)
DonStar

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
vienna  
#2 Posted : Tuesday, January 25, 2011 3:13:38 AM(UTC)
vienna

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 12/14/2009(UTC)
Posts: 140
Location: Austria

Hi Don,

did you mean this thread: http://forum.equis.com/forums/thread/24278.aspx ?

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.