Skip to content

BacktestSummary

QuantConnect.Optimizer.BacktestSummary

Bases: Object

Per-backtest identity + Sharpe ratio shared by all optimization-analysis records that describe one backtest.

backtest_id

backtest_id: str

The backtest id; kept for programmatic access but not serialized into the analysis JSON.

parameters

parameters: Dict[str, float]

Parameter values the backtest was run with.

sharpe_ratio

sharpe_ratio: float

The backtest's Sharpe ratio.