PartialEvent

Unified partial profit/loss event data for report generation. Contains all information about profit and loss level milestones.

timestamp: number

Event timestamp in milliseconds

action: "profit" | "loss"

Event action type (profit or loss)

symbol: string

Trading pair symbol

signalId: string

Signal ID

position: string

Position type

currentPrice: number

Current market price

level: PartialLevel

Profit/loss level reached (10, 20, 30, etc)

backtest: boolean

True if backtest mode, false if live mode