Download software Tutorial videos
Subscription & data-feed pricing Class schedule


New account application Trading resources
Margin rates Stock & option commissions

Attention: Discussion forums are read-only for extended maintenance until further notice.
Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Color of Volume Bars Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
scvenne
Posted : Tuesday, August 17, 2010 11:20:52 PM
Registered User
Joined: 5/13/2007
Posts: 48
Good evening. I am wanting to change the color of the volume bars in the following manner. Is this possible to do? "If volume today is greater than volume yesterday then plot green. If volume today is less than volume yesterday then plot red" or in other words, "If current volume bar is greater than previous volume bar then plot green. If current volume bar is less than previous volume bar then plot red" Thanks. Steve
Bruce_L
Posted : Wednesday, August 18, 2010 9:09:15 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You could use the following RealCode Paint Scheme:

Paint Schemes

PlotColor = Color.Yellow
If Line.Value > Line.Value(1) Then
    PlotColor = Color.Lime
Else If Line.Value < Line.Value(1) Then
    PlotColor = Color.Red
End If

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
Users browsing this topic
Guest-1

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.