run_strategy_backtest
Backtest built-in trading strategies on historical data to evaluate performance metrics like win rate, P&L, and drawdown.
Instructions
Backtest a built-in strategy (ma_crossover | rsi_reversal | macd_trend | breakout_volume) on historical data. Returns trades, win rate, P&L, drawdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| strategy_name | Yes | ||
| symbol | Yes | ||
| timeframe | No | ONE_DAY | |
| start_date | No | ||
| end_date | No | ||
| initial_capital | No |