Discriminator for cancel-scheduled action
Whether this event is from backtest mode (true) or live mode (false)
OptionalcancelOptional identifier for the cancellation reason (user-provided)
Exchange name where signal was executed
Timeframe name (used in backtest mode, empty string in live mode)
Original entry price at signal creation (unchanged by DCA averaging).
Unrealized PNL at the moment of cancellation
Unique signal identifier (UUID v4)
Strategy name that generated this signal
Trading pair symbol (e.g., "BTCUSDT")
Timestamp from execution context (tick's when or backtest candle timestamp)
Total number of DCA entries at the time of this event (_entry.length). 1 = no averaging done (only initial entry). 2+ = averaged positions.
Total number of partial closes executed at the time of this event (_partial.length). 0 = no partial closes done. 1+ = partial closes executed.
Cancel scheduled signal event.