Skip to main content
Back to the directory
marketcalls/vectorbt-backtesting-skillsSoftware EngineeringFrontend and Design

strategy-compare

Side-by-side backtesting comparison of multiple trading strategies on the same symbol.

SkillJury keeps community verdicts, source metadata, and external repository signals in separate lanes so ranking data never pretends to be a review.

SkillJury verdict
Pending

No approved reviews yet

Would recommend
Pending

Waiting on enough review volume

Install signal
743

Weekly or total install activity from catalog data

Sign in to review
0 review requests
Install command
npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill strategy-compare
SkillJury does not have enough approved reviews to publish a community verdict yet. Source metadata and repository proof are still available above.
SkillJury Signal Summary

As of Apr 30, 2026, strategy-compare has 743 weekly installs, 0 community reviews on SkillJury. Community votes currently stand at 0 upvotes and 0 downvotes. Source: marketcalls/vectorbt-backtesting-skills. Canonical URL: https://skills.sh/marketcalls/vectorbt-backtesting-skills/strategy-compare.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Side-by-side backtesting comparison of multiple trading strategies on the same symbol. Create a strategy comparison script. Parse $ARGUMENTS as: symbol followed by strategy names 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. /strategy-compare RELIANCE ema-crossover rsi donchian /strategy-compare SBIN long-vs-short ema-crossover - Compares user-specified strategies (or defaults to ema-crossover, rsi, donchian, supertrend) against the same historical data and NIFTY benchmark - Supports "long-vs-short" mode to test longonly, shortonly, and both directions for a given strategy - Uses TA-Lib for standard indicators and OpenAlgo ta for specialty indicators like Supertrend and Donchian; cleans signals with exrem() to avoid consecutive duplicates - Generates a side-by-side metrics table (Total Return, Sharpe, Sortino, Max DD, Win Rate, Trades, Profit Factor) and overlaid Plotly equity curves; includes plain-language explanation of which strategy performed best - Applies Indian delivery equity fees (0.00111 + 20 fixed) and loads data from OpenAlgo or DuckDB depending on availability - $0 = symbol (e.g., SBIN, RELIANCE, NIFTY) - Remaining args = strategies to compare (e.g., ema-crossover rsi donchian) - Read the...

Source description provided by the upstream listing. Community review signal and install context stay separate from this narrative layer.

Community reviews

Latest reviews

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does strategy-compare do?

Side-by-side backtesting comparison of multiple trading strategies on the same symbol.

Is strategy-compare good?

strategy-compare does not have approved reviews yet, so SkillJury cannot publish a community verdict.

Which AI agents support strategy-compare?

strategy-compare currently lists compatibility with Skills CLI.

Is strategy-compare safe to install?

strategy-compare has been scanned by security audit providers tracked on SkillJury. Check the security audits section on this page for detailed results from Socket.dev and Snyk.

What are alternatives to strategy-compare?

Skills in the same category include grimoire-morpho-blue, conversation-memory, second-brain-ingest, zai-tts.

How do I install strategy-compare?

Run the following command to install strategy-compare: npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill strategy-compare

Related skills

More from marketcalls/vectorbt-backtesting-skills

Related skills

Alternatives in Software Engineering