true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Effective entry price at the moment the position opened
Position direction
Effective entry price (may differ from currentPrice after DCA averaging)
Stop-loss price configured for the position
Take-profit price configured for the position
Unique signal identifier (UUID v4) of the opened position
Trading pair symbol, e.g. "BTCUSDT"
Payload for the pending-signal-open broker event.
Emitted automatically via signalEventSubject (action "opened") when a pending position is opened (new signal / immediate entry / scheduled or user activation). Forwarded to the registered IBroker adapter via
onSignalPendingOpen.