IExecutionContext

Execution context containing runtime parameters for strategy/exchange operations.

Propagated through ExecutionContextService to provide implicit context for getCandles(), tick(), backtest() and other operations.

symbol: string

Trading pair symbol (e.g., "BTCUSDT")

when: Date

Current timestamp for operation

backtest: boolean

Whether running in backtest mode (true) or live mode (false)