What problem does it solve? Evaluating which trading strategy performs best on a given symbol normally requires writing repetitive backtest code for each strategy and manually assembling the results. This Skill generates a single comparison script that runs multiple strategies on identical data and produces a unified metrics table. ## Core Features & Use Cases - Side-by-Side Backtesting: Runs strategies like ema-crossover, rsi, donchian, and supertrend on the same symbol with identical data and Indian delivery fee settings. - Long vs Short Analysis: Compares long-only, short-only, and combined variants of a strategy via the long-vs-short mode. - Benchmark Comparison: Includes the NIFTY index as a benchmark and prints Total Return, Sharpe, Sortino, Max Drawdown, Win Rate, Trades, and Profit Factor. - Use Case: Run /strategy-compare RELIANCE ema-crossover rsi donchian to get a script that fetches data via OpenAlgo or DuckDB, backtests all three strategies, plots overlaid equity curves with Plotly, and saves results to CSV. ## Quick Start Ask the agent to compare the ema-crossover, rsi, and donchian strategies on RELIANCE and show which one performs best against the NIFTY benchmark.