Base fields shared by both variants of the initial-dispatch payload. Carries the resolved execution context of the state access.
symbol: string
Trading pair symbol (e.g., "BTCUSDT").
strategyName: string
Strategy name owning the signal.
exchangeName: string
Exchange name where this strategy is running.
frameName: string
Frame name (if backtest)
currentPrice: number
Current market price of the symbol at the moment of state init.
backtest: boolean
Execution mode flag.
timestamp: number
Event timestamp in milliseconds since Unix epoch.
Timing semantics:
when: Date
Event time as a Date instance.
candle.timestamp of the candle
being processed (not wall-clock time).Always equal to new Date(timestamp).