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 |

Creating a Stochastic crossing Rule Rate this Topic:
Previous Topic · Next Topic Watch this topic · Print this topic ·
llf0652
Posted : Monday, February 15, 2010 7:31:29 PM
Registered User
Joined: 2/15/2010
Posts: 6

I am a new user trying to create a %K stochastic crossing rule.  Need to meet the following criteria. I know how to use the create rule function. Need help setting the conditions below:

%K is moving up
%K has crossed over sold and is between value 23 to 28

Bruce_L
Posted : Tuesday, February 16, 2010 9:35:20 AM


Worden Trainer

Joined: 10/7/2004
Posts: 65,138
You could just right-click on the %K three times, select Create Rule | Moving Up, Create Rule | Greater Than Value: 23, and Create Rule | Less Than Value: 28 and then Drag and Drop the Rules onto each other to create a Combo Rule.

Another option would be to Drag and Drop the %K into the Code tab of the RealCode Editor to create something similar to the first line of the following RealCode Rule:

'# Stoc = indicator.Stochastics
If Stoc.Value > Stoc.Value(1) AndAlso _
    23 <= Stoc.Value AndAlso _
    Stoc.Value <= 28 Then Pass

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