I'm building my own strategy and I'd like to detect days with gap between closing market at 4PM and the the opening bell (9H30) and avoid entering position during the first hour, using the strategy builder, is there a simple way to be able to detect it at 9H30, i thought doing it by adding price condition at 9H30 and compare it the the one at 4pm the day before but the price have only var parameter and not the day/time.
Is there a simple way to detect these kind of gaps ?
Thanks

Comment