true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Current market price used for intrusion validation
Absolute stop-loss price after applying percentShift
Percentage shift applied to the ORIGINAL SL distance (-100 to 100)
Position direction
Unique signal identifier (UUID v4) the order belongs to
Trading pair symbol, e.g. "BTCUSDT"
Active take profit price at the time of the trailing update
Payload for a trailing stop-loss update broker event.
Forwarded to the registered IBroker adapter via
onTrailingStopCommit. Called explicitly after all validations pass, beforestrategyCoreService.trailingStop().newStopLossPriceis the absolute SL price computed from percentShift + original SL + effectivePriceOpen.