Registered User Joined: 7/22/2011 Posts: 1
|
I want to see diff in market close and open. I see the end of day rule, is there one for buy on market open? if not, how do I do this? I tried to do one and two bars after end of day. no luck.
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
There isn't a Start of Day RealCode Condition in the library, but we can make one.
If Price.DateValue.Day <> Price.DateValue(1).Day Then Pass
If the plan is to buy at the open, make sure At is set to Open as part of the Rule in BackScanner as well.
-Bruce Personal Criteria Formulas TC2000 Support Articles
|