Overview

Session & Time Filters

Limit your strategy to precise windows — NYSE open, London close, or any custom range.

Session Primitive

PropTypeDefault
start*
HH:MM
No default value
end*
HH:MM
No default value
only trade the first two hours
IF session start="09:30" end="11:30"

Day‑of‑Week Filter

only run on Tue–Thu
IF dayOfWeek in=[Tue,Wed,Thu]

Time‑of‑Day Trigger

fire a single macro trade at exactly 12 pm
TICK time = "12:00:00"
THEN
order SET action=sell, quantity=3, transmit=true