run_backtest
Run a real backtest of a strategy template on BTC/USDT from a start date (public what-if engine; may take up to a minute on a cache miss; rate-limited). Returns net return, max drawdown, trade count, a robustness score with an overfitting verdict, and a shareable result URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | Strategy name from list_strategies, e.g. super_trend | |
| start_date | Yes | ISO date, e.g. 2022-01-01 (2020-01-01 or later) | |
| starting_cash | No | Starting balance in USD (default 10000, max 1000000) |