true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Market price at the moment of the ping
Position direction
Pending entry price the scheduled signal is waiting for
Stop-loss price configured for the scheduled signal
Take-profit price configured for the scheduled signal
Unique signal identifier (UUID v4) of the scheduled signal
Trading pair symbol, e.g. "BTCUSDT"
Payload for the schedule-ping broker event.
Emitted automatically via schedulePingSubject on every live tick while a scheduled signal is monitored (waiting for priceOpen activation). Forwarded to the registered IBroker adapter via
onSignalSchedulePing. Purely informational.