run_backtest
Execute a MetaTrader 5 Strategy Tester backtest for a specified strategy and symbol, storing the results under a unique run ID for later analysis and comparison.
Instructions
Run one official MT5 Strategy Tester backtest and store it under a unique run_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | ||
| inputs | No | ||
| symbol | Yes | ||
| deposit | No | ||
| to_date | Yes | ||
| currency | No | BRL | |
| leverage | No | 1:100 | |
| strategy | Yes | ||
| from_date | Yes | ||
| timeframe | Yes | ||
| timeout_sec | No |