HighestProfitEvent

Single highest profit 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

currentPrice: number

Record price reached in the profit 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