benchmark_run
Measure backtest performance by calculating execution time and candles per second for trading strategies on specified exchanges and timeframes.
Instructions
Run a benchmark backtest to measure performance metrics.
Measures backtest execution time and calculates candles/second performance. Useful for understanding how long different backtests will take.
Args: symbol: Trading symbol (default: BTC-USDT) timeframe: Candle timeframe (default: 1h) days: Number of days to backtest (default: 30) exchange: Exchange name (default: Binance Spot)
Returns: Dict with benchmark results including execution time and candles/second
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | No | BTC-USDT | |
| timeframe | No | 1h | |
| days | No | ||
| exchange | No | Binance Spot |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||