compare_strategies
Run six trading strategies on any symbol and get a ranked leaderboard to identify the top performer.
Instructions
Run all 6 strategies (RSI, Bollinger, MACD, EMA Cross, Supertrend, Donchian) and return a ranked leaderboard.
Args: symbol: Yahoo Finance symbol (AAPL, BTC-USD, SPY…) period: '1mo', '3mo', '6mo', '1y', '2y' initial_capital: Starting capital in USD (default $10,000) interval: '1d' (daily) or '1h' (hourly)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| period | No | 1y | |
| initial_capital | No | ||
| interval | No | 1d |