Strategy Compare
Run multiple trading strategies against the same stock or index and see which performs best. The skill generates a comparison table with key metrics like returns, Sharpe ratio, drawdown, and win rate, plus overlaid equity curves and a NIFTY benchmark reference. Results are saved to CSV for further analysis.
Strategy Compare generates side-by-side performance metrics across multiple trading strategies on the same symbol.
AI-generated summary based on this skill's SKILL.md
Install
marketcalls/vectorbt-backtesting-skills/strategy-compare · repository language: Python
git clone https://github.com/marketcalls/vectorbt-backtesting-skills
cp -r vectorbt-backtesting-skills ~/.claude/skills/strategy-comparegenerated, unverified - the skill's exact subdirectory could not be determined; check the repository on GitHub
npx skillfed install marketcalls/vectorbt-backtesting-skills/strategy-compareFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I compare trading strategies using Strategy Compare?
Strategy Compare lets you run multiple trading strategies against the same stock or index to identify the best performer. The skill generates a comparison table with key metrics including returns, Sharpe ratio, drawdown, and win rate. You'll also get overlaid equity curves and a NIFTY benchmark reference to contextualize performance. Results are saved to CSV for further analysis.
What metrics does Strategy Compare use to analyze different trading strategies?
Strategy Compare evaluates trading strategies using returns, Sharpe ratio, drawdown, and win rate as core performance metrics. These metrics appear side-by-side in a comparison table, allowing you to benchmark strategies against each other and make data-driven decisions about which approach works best for your trading goals.
Can Strategy Compare show strategy performance comparison visually?
Yes. Strategy Compare displays overlaid equity curves so you can see how multiple strategies perform over time on the same chart. Combined with NIFTY benchmark reference data, this visual comparison makes it easy to spot which strategy outperforms others and how they compare to the broader market.
What can I do with the comparison results from Strategy Compare?
Strategy Compare saves all comparison results to CSV format, enabling you to export and perform deeper analysis in spreadsheets or other tools. This lets you drill into the data, create custom reports, and make informed decisions between competing strategies based on the metrics that matter most to your trading approach.
Does Strategy Compare include a benchmark for strategy evaluation?
Yes. Strategy Compare references NIFTY as a benchmark, allowing you to evaluate how your trading strategies perform relative to the broader market index. This benchmarking context helps you determine whether a strategy's returns justify its risk compared to a passive index investment.