run_backtest
Execute a backtest for cryptocurrency trading strategies using historical data to evaluate performance before live deployment.
Instructions
Start a REST backtest job.
Required fields follow freqtrade REST requirements: strategy and enable_protections.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy | Yes | ||
| enable_protections | Yes | ||
| timerange | No | ||
| timeframe | No | ||
| timeframe_detail | No | ||
| max_open_trades | No | ||
| stake_amount | No | ||
| dry_run_wallet | No |