Single max drawdown event recorded for a position.
timestamp: number
Unix timestamp in milliseconds when the record was set
symbol: string
Trading pair symbol
strategyName: string
Strategy name
signalId: string
Signal unique identifier
position: "long" | "short"
Position direction
pnl: IStrategyPnL
Total PNL of the closed position (including all entries and partials)
peakProfit: IStrategyPnL
Peak profit achieved during the life of this position up to the moment this public signal was created
maxDrawdown: IStrategyPnL
Maximum drawdown experienced during the life of this position up to the moment this public signal was created
currentPrice: number
Record price reached in the loss direction
priceOpen: number
Effective entry price at the time of the update
priceTakeProfit: number
Take profit price
priceStopLoss: number
Stop loss price
backtest: boolean
Whether the event occurred in backtest mode