Back to MCP catalog
rerun_backtestRe-run an existing backtest with a different storage profile.
Area
Backtesting & Validation
Group
Backtests
Access
Write
Risk
May change server state
Details
Full description
Details
Re-run an existing backtest with a different storage profile. Copies all config (strategy, dates, fees, blueprint) from the original backtest and queues a new run.
rerun_backtest(backtest_id)
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_idstringID of the backtest to re-runOptional Inputs
FieldTypeDescription
storage_profilestringStorage profile for the re-run. 'backtest_diagnostic' enables explain_bar, etc. 'backtest_minimal' skips indicators, condition data, and bar events.