Welcome Guest, please sign in to participate in a discussion. | Search | Active Topics | |
Platinum Customer
Joined: 10/20/2008 Posts: 357
|
How to program that bar low is above bar high two bars ago.
Thank you.
|
|
Administration
Joined: 9/30/2004 Posts: 9,187
|
If price.low > price.high(2) then pass
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
Just a note that if you are using this as a standalone condition, you would need to put this in an If Then structure and use Pass.
IF Price.Low > Price.High(2) Then Pass
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Platinum Customer
Joined: 10/20/2008 Posts: 357
|
QUOTE (Bruce_L)
Just a note that if you are using this as a standalone condition, you would need to put this in an If Then structure and use Pass.
IF Price.Low > Price.High(2) Then Pass
|
|
Platinum Customer
Joined: 10/20/2008 Posts: 357
|
Thank you Bruce.
|
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
You're welcome.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|
|
Guest-1 |