Primitives
session
SessionAlgo limits your strategy to precise windows — NYSE open, London close, or any custom range
session (all)
SessionAlgo limits your strategy to precise windows — NYSE open, London close, or any custom range
Input parameters
| Prop | Type | Default | Description |
|---|---|---|---|
start | string | - | The start time of the session (HH:mm:ss) |
end | string | - | The end time of the session (HH:mm:ss) |
SQL example
IF session from="09:00:00" to="15:00:00"