true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Dollar cost of the position entry (CC_POSITION_ENTRY_COST)
Position direction
Activation price — the price at which the signal became active
Original stop-loss price from the signal
Original take-profit price from the signal
Trading pair symbol, e.g. "BTCUSDT"
Payload for the signal-open broker event.
Emitted automatically via syncSubject when a new pending signal is activated. Forwarded to the registered IBroker adapter via
onSignalOpenCommit.