Back to MCP catalog
get_condition_timelineShow how close each condition was to firing at every bar across a range.
Area
Diagnostics
Group
Diagnostics
Access
Read
Risk
Read-only
Details
Full description
Details
Get condition proximity evolution over a bar range — how close each condition was to firing at each bar. Use this to spot patterns like 'RSI was consistently near threshold'.
Params — start_bar and end_bar are inclusive, 0-based. On portfolio/universe (per_sleeve) runs sleeve_id is required; omit it to get the list of available sleeve_ids. Omit on single-symbol runs.
get_condition_timeline(backtest_id, start_bar=0, end_bar=100)
Operates on
Builder objects this tool reads or produces, linked to their reference pages.
Capabilities
Bounded options and operating modes surfaced above the full JSON schema.
No bounded capability options are declared for this tool.
Required Inputs
FieldTypeDescription
backtest_idstringBacktest document IDend_barintegerLast bar index (inclusive, 0-based)start_barintegerFirst bar index (inclusive, 0-based)Optional Inputs
FieldTypeDescription
max_barsintegerMax bars to return (default 50, max 100 to bound response size)sleeve_idanyOf (2 variants)Sleeve to inspect on portfolio/universe (per_sleeve) backtests. REQUIRED for per_sleeve runs; omit on single-symbol runs. Omit on a per_sleeve run to receive the list of available sleeve_ids.