marketcalls/vectorbt-backtesting-skills Skills
(6)Browse AI agent skills from marketcalls/vectorbt-backtesting-skills for Claude Code, OpenClaw, Cursor, Windsurf, and more. Install them with a single command to extend what your agents can do.
backtest
marketcalls/vectorbt-backtesting-skills
Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
optimize
marketcalls/vectorbt-backtesting-skills
Optimize strategy parameters using VectorBT. Tests parameter combinations and generates heatmaps.
quick-stats
marketcalls/vectorbt-backtesting-skills
Quickly fetch data and print key backtest stats for a symbol with a default EMA crossover strategy. No file creation needed - runs inline in a notebook cell or prints to console.
setup
marketcalls/vectorbt-backtesting-skills
Set up the Python backtesting environment. Detects OS, creates virtual environment, installs dependencies (openalgo, ta-lib, vectorbt, plotly), and creates the backtesting folder structure.
strategy-compare
marketcalls/vectorbt-backtesting-skills
Compare multiple strategies or directions (long vs short vs both) on the same symbol. Generates side-by-side stats table.
vectorbt-expert
marketcalls/vectorbt-backtesting-skills
VectorBT backtesting expert. Use when user asks to backtest strategies, create entry/exit signals, analyze portfolio performance, optimize parameters, fetch historical data, use VectorBT/vectorbt, compare strategies, position sizing, equity curves, drawdown charts, or trade analysis. Also triggers for openalgo.ta helpers (exrem, crossover, crossunder, flip, donchian, supertrend).