Storage signal row for closed status. Only closed signals have PNL data.
status: "closed"
Current status of the signal
pnl: IStrategyPnL
Profit and loss value for the signal when closed
currentPrice: number
Final VWAP price at close (mirrors IStrategyTickResultClosed.currentPrice)
closeReason: StrategyCloseReason
Why the signal closed (mirrors IStrategyTickResultClosed.closeReason)
closeTimestamp: number
Unix timestamp in milliseconds when the signal closed (mirrors IStrategyTickResultClosed.closeTimestamp)