Skip to main content
Back to registry

quick-stats

marketcalls/vectorbt-backtesting-skills

Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook.

Installs313
Install command
npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill quick-stats
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook. Generate a single code block the user can paste into a Jupyter cell or run as a script. The code must: /quick-stats RELIANCE /quick-stats HDFCBANK NSE 1h - $0 = symbol (e.g., SBIN, RELIANCE). Default: SBIN - $1 = exchange. Default: NSE - $2 = interval. Default: D - Fetch data from OpenAlgo (or DuckDB if user provides a DB path, or yfinance as fallback) - Use TA-Lib for EMA 10/20 crossover (never VectorBT built-in) - Clean signals with ta.exrem() (always .fillna(False) before exrem) - Use Indian delivery fees : fees=0.00111, fixed_fees=20 - Fetch NIFTY benchmark via OpenAlgo ( symbol="NIFTY", exchange="NSE_INDEX" ) - Print a compact results summary: - Explain key metrics in plain language for normal traders - Show equity curve plot using Plotly ( template="plotly_dark" )

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 quick-stats do?

Generate a quick inline backtest and print stats. Do NOT create a file - output code directly for the user to run or execute in a notebook.

Is quick-stats good?

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

What agent does quick-stats work with?

quick-stats currently lists compatibility with codex, gemini-cli, opencode, cursor, kimi-cli, amp, github-copilot.

What are alternatives to quick-stats?

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

How do I install quick-stats?

npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill quick-stats

Related skills

More from marketcalls/vectorbt-backtesting-skills

Related skills

Alternatives in Software Engineering