Discriminator for partial-profit action
Whether this event is from backtest mode (true) or live mode (false)
Current market price at time of action
Exchange name where signal was executed
Timeframe name (used in backtest mode, empty string in live mode)
Maximum drawdown experienced during the life of this position up to the moment this public signal was created
OptionalnoteOptional human-readable description of signal reason
Original entry price at signal creation (unchanged by DCA averaging).
Original stop loss price before any trailing adjustments
Original take profit price before any trailing adjustments
Peak profit achieved during the life of this position up to the moment this public signal was created
Position activation timestamp in milliseconds (when price reached priceOpen)
Percentage of position to close (0-100)
Total PNL of the closed position (including all entries and partials)
Trade direction: "long" (buy) or "short" (sell)
Entry price for the position
Effective stop loss price (may differ from original after trailing)
Effective take profit price (may differ from original after trailing)
Signal creation timestamp in milliseconds
Signal data at the moment of this event (snapshot of IPublicSignalRow)
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.
Partial profit event.