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

quick-stats

Inline backtest runner for Indian equities with EMA crossover strategy and benchmark comparison.

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
717

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 quick-stats
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, quick-stats has 717 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/quick-stats.

Security audits
Gen Agent Trust HubPASS
SocketPASS
SnykPASS
About this skill
Inline backtest runner for Indian equities with EMA crossover strategy and benchmark comparison. 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 - Fetches OHLC data from OpenAlgo (with yfinance fallback) and runs a TA-Lib EMA 10/20 crossover strategy without file creation - Applies Indian delivery fees (0.111% + Rs 20 per order) and automatically fetches NIFTY benchmark for alpha calculation - Prints compact results summary including total return, Sharpe/Sortino ratios, max drawdown, win rate, and profit factor with plain-language metric explanations - Generates an interactive Plotly equity curve chart and accepts symbol, exchange, and interval as command arguments with sensible defaults (SBIN, NSE, daily) - $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 (...

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

Inline backtest runner for Indian equities with EMA crossover strategy and benchmark comparison.

Is quick-stats good?

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

Which AI agents support quick-stats?

quick-stats currently lists compatibility with Skills CLI.

Is quick-stats safe to install?

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

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

How do I install quick-stats?

Run the following command to 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