IStrategyResult

Strategy result entry for comparison table. Contains strategy name, full statistics, and metric value for ranking.

strategyName: string

Strategy name

stats: BacktestStatisticsModel

Complete backtest statistics for this strategy

metricValue: number

Value of the optimization metric (null if invalid)

firstEventTime: number

Timestamp of the first signal event (pendingAt of earliest signal), null if no signals

lastEventTime: number

Timestamp of the last signal event (closeTimestamp of latest signal), null if no signals