Skip to content

FailedBacktestSummary

QuantConnect.Optimizer.FailedBacktestSummary

Bases: Object

Breakdown of backtests in an optimization that produced zero orders.

zero_order_count

zero_order_count: int

Total number of backtests that produced zero orders.

inspected_count

inspected_count: int

Number of zero-order backtests inspected for analysis tags; may be smaller than zero_order_count.

analysis_name_counts

analysis_name_counts: Dict[str, int]

Map of analysis-tag name to the number of inspected backtests carrying that tag.