What is backtest?
Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots. Source: marketcalls/vectorbt-backtesting-skills.
Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.
Quickly install backtest AI skill to your development environment via command line
Source: marketcalls/vectorbt-backtesting-skills.
If no arguments, ask the user which strategy they want.
| EMA Crossover | ema-crossover | Fast/slow EMA crossover | | RSI | rsi | RSI oversold/overbought | | Donchian Channel | donchian | Donchian channel breakout | | Supertrend | supertrend | Supertrend indicator signals | | MACD Breakout | macd | MACD zero-line signal candle breakout | | SDA2 | sda2 | SDA2 trend following channel |
| Momentum | momentum | Double momentum (MOM + MOM of MOM) | | Dual Momentum | dual-momentum | Relative momentum between 2 ETFs |
Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots. Source: marketcalls/vectorbt-backtesting-skills.
Stable fields and commands for AI/search citations.
npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill backtestBrowse more skills from marketcalls/vectorbt-backtesting-skills
Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots. Source: marketcalls/vectorbt-backtesting-skills.
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/marketcalls/vectorbt-backtesting-skills --skill backtest Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw
https://github.com/marketcalls/vectorbt-backtesting-skills