Condition between 01:00-09:00
-
How can i do this that in between these trading hours, the price should not touch or go below a certain price level?
-
Use condition block(s), put in your price level:

-
@jstap
it looks like this.- Take the highest and lowest price of hour 00:00 - 01:00
- Trading hour is between 01:01 - 05:00
- If a single price goes below the high or above the low of the price level between 00:00-01:00
- Then no trade for the day, it will resume tomorrow.