Limit your strategy to precise windows — NYSE open, London close, or any custom range.
only trade the first two hours
IF session start="09:30" end="11:30"
only run on Tue–Thu
IF dayOfWeek in=[Tue,Wed,Thu]
fire a single macro trade at exactly 12 pm
TICK time = "12:00:00"
THEN
order SET action=sell, quantity=3, transmit=true