true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Market price at the moment the scheduled signal was created
Position direction
Pending entry price the scheduled signal waits 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 scheduled-signal-open broker event.
Emitted automatically via scheduleEventSubject (action "scheduled") when a new scheduled signal is created and starts waiting for priceOpen activation. Forwarded to the registered IBroker adapter via
onSignalScheduleOpen. The scheduled -> active transition is NOT reported here — activation arrives throughonSignalOpenCommit.