Registered User Joined: 10/7/2004 Posts: 5
|
I am trying to write a real code formula which simply states that price is higher than two bars ago. Thanks a million!!!!
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Please try the following RealCode Condition:
If Price.Close > Price.Close(2) Then Pass
-Bruce Personal Criteria Formulas TC2000 Support Articles
|