true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Dollar value of the portion being closed
Current market price at which the partial close executes
Percentage of the position to close (0–100)
Position direction
Active stop loss price at the time of the partial close
Active take profit price at the time of the partial close
Trading pair symbol, e.g. "BTCUSDT"
Payload for a partial-loss close broker event.
Forwarded to the registered IBroker adapter via
onPartialLossCommit. Called explicitly after all validations pass, beforestrategyCoreService.partialLoss().