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)
Maximum drawdown experienced during the life of this position up to the moment this public signal was created
Peak profit achieved during the life of this position up to the moment this public signal was created
Market price at the moment of activation (VWAP or candle average)
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.