Registered User Joined: 12/13/2005 Posts: 4
|
Part of the entry criteria for the TPS system from a webinar last month by Larry Connors was a closing price 1.5% above the 200d MA. How is this found? How can I make this into a condition?
Thanks,
Darron
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You could do it with the following RealCode Condition:
Writing Conditions in RealCode
Scanning with Conditions
Filtering Lists
If Price.Last >= 1.015 * Price.AVGC(200) Then Pass
-Bruce Personal Criteria Formulas TC2000 Support Articles
|