Skip to main content
Back to registry

strategy-compare

marketcalls/vectorbt-backtesting-skills

Installs323
Install command
npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill strategy-compare
Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
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 - $0 = symbol (e.g., SBIN, RELIANCE, NIFTY) - Remaining args = strategies to compare (e.g., ema-crossover rsi donchian) - Read the vectorbt-expert skill rules for reference patterns - Create backtesting/strategy_comparison/ directory if it doesn't exist (on-demand) - Create a .py file in backtesting/strategy_comparison/ named {symbol}_strategy_comparison.py - The script must: - Fetch data once via OpenAlgo - If user provides a DuckDB path, load data directly via duckdb.connect(path, read_only=True) . See vectorbt-expert rules/duckdb-data.md . - If openalgo.ta is not importable (standalone DuckDB), use inline exrem() fallback. - Use TA-Lib for ALL indicators (never VectorBT built-in) - Use OpenAlgo ta for specialty indicators (Supertrend, Donchian, etc.) - Clean signals with ta.exrem() (always .fillna(False) before exrem) - Run each strategy on the same data - Indian delivery fees : fees=0.00111, fixed_fees=20 for delivery equity - Collect key metrics from each into a...

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

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

strategy-compare is listed in SkillJury, but the source summary is still sparse.

Is strategy-compare good?

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

What agent does strategy-compare work with?

strategy-compare currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, github-copilot.

What are alternatives to strategy-compare?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I 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