Welcome Guest, please sign in to participate in a discussion. Search | Active Topics |

Color-Based System Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
cliffhanger31
Posted : Tuesday, July 26, 2011 10:05:56 AM
Registered User
Joined: 8/24/2007
Posts: 43
Any chance of getting the layout/indicator described in this months' Stocks and Commodities Magazine?

Andreas
Bruce_L
Posted : Tuesday, July 26, 2011 10:25:40 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You could use something similar to the following RealCode Paint Scheme for Volume:

PlotColor = Color.Gray
If Line.Value > Line.Value(10) Then
    If Price.Last > Price.Last(10) Then
        PlotColor = Color.Green
    Else If Price.Last < Price.Last(10) Then
        PlotColor = Color.Red
    End If
Else If Line.Value < Line.Value(10) Then
    If Price.Last > Price.Last(10) Then
        PlotColor = Color.Blue
    Else If Price.Last < Price.Last(10) Then
        PlotColor = Color.Orange
    End If
End If

-Bruce
Personal Criteria Formulas
TC2000 Support Articles
cliffhanger31
Posted : Tuesday, July 26, 2011 11:03:21 AM
Registered User
Joined: 8/24/2007
Posts: 43
Super, I will give it a try!

Andreas
Bruce_L
Posted : Tuesday, July 26, 2011 11:05:59 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You're welcome.

-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.