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

PropTypeDefaultDescription
startstring-The start time of the session (HH:mm:ss)
endstring-The end time of the session (HH:mm:ss)

SQL example

IF session from="09:00:00" to="15:00:00"

On this page