# backtest

> Claude/Codex skill by [@marketcalls](https://github.com/marketcalls) · 128 stars · Updated 2026-03-05

Quick backtest a strategy on a symbol. Creates a complete .py script with data fetch, signals, backtest, stats, and plots.

Tags: agent-skills, backtesting, monte-carlo, optimization, python, quantstats, robustness, tearsheets, vectorbt, walk-forward

## Install

```sh
git clone https://github.com/marketcalls/vectorbt-backtesting-skills /tmp/vectorbt-backtesting-skills && ln -s /tmp/vectorbt-backtesting-skills/.claude/skills/backtest ~/.claude/skills/backtest
```

## Links

- HTML page: https://omgskills.com/skills/marketcalls/vectorbt-backtesting-skills/backtest/
- GitHub: https://github.com/marketcalls/vectorbt-backtesting-skills
- Author: [@marketcalls](https://github.com/marketcalls)
