true when called during a backtest run — adapter should skip exchange calls
Strategy/exchange/frame routing context
Dollar amount of the new DCA entry (default: CC_POSITION_ENTRY_COST)
Market price at which the DCA entry is placed
Position direction
Active stop loss price at the time of the DCA entry
Active take profit price at the time of the DCA entry
Trading pair symbol, e.g. "BTCUSDT"
Payload for a DCA average-buy entry broker event.
Forwarded to the registered IBroker adapter via
onAverageBuyCommit. Called explicitly after all validations pass, beforestrategyCoreService.averageBuy().currentPriceis the market price at which the new DCA entry is added.