📊
DataPython

Strategy Compare

by marketcalls

Strategy Compare is a Data skill for Claude Code, published by marketcalls in vectorbt-backtesting-skills.

200 stars43 forkson marketcalls/vectorbt-backtesting-skillsAdded 2026/09/05Repository updated 2026/07/12
agent-skillsbacktestingmonte-carlooptimizationpythonquantstatsrobustnesstearsheetsvectorbtwalk-forward
Install in seconds
Install Strategy Compare
Copy Strategy Compare into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/marketcalls/vectorbt-backtesting-skills/tree/master/.claude/skills/strategy-compare ~/.claude/skills/strategy-compare

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/marketcalls/vectorbt-backtesting-skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.claude/skills/strategy-compare/SKILL.md in marketcalls/vectorbt-backtesting-skills
Installs to
~/.claude/skills/strategy-compare
Collection
One of 6 skills cataloged from this repository
Category
Data762 skills

What Strategy Compare does

Strategy Compare generates a side-by-side backtest table for multiple strategies on the same symbol. It can also compare long, short, and benchmark results and plot overlaid equity curves.

Strategy Compare is cataloged under Data on DirSkills. Strategy Compare comes from a repository tagged agent-skills, backtesting, monte-carlo, optimization and python.

Documentation

README

Create a strategy comparison script.

Arguments

Parse $ARGUMENTS as: symbol followed by strategy names

  • $0 = symbol (e.g., SBIN, RELIANCE, NIFTY)
  • Remaining args = strategies to compare (e.g., ema-crossover rsi donchian)

If only a symbol is given with no strategies, compare: ema-crossover, rsi, donchian, supertrend. If "long-vs-short" is one of the strategies, compare longonly vs shortonly vs both for the first real strategy.

Instructions

This is the opening of the README. Read the full README on GitHub.

Commands Strategy Compare provides

Slash commands named in this skill’s SKILL.md, listed in the order they first appear.

  • /strategy-compare

Frequently asked about Strategy Compare

  • What else does marketcalls publish alongside Strategy Compare?

    Strategy Compare is one of 6 skills that DirSkills catalogs from marketcalls/vectorbt-backtesting-skills, the repository it ships in. Its siblings there include Optimize, Quick Stats and Setup. Each one is a separate skill with its own page in this directory, installs the same way Strategy Compare does, and is maintained by marketcalls in that same repository. The rest of the collection is listed on the marketcalls/vectorbt-backtesting-skills page.

  • How does Strategy Compare compare to other Data skills?

    Strategy Compare ranks #701 by stars among the 762 Data skills in this catalog. The most-starred ones next to it are Benchmark Methodology, Jupyter Notebook and Solana. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Strategy Compare against them. Open each page to compare what they document and how they install.