stock-strategy-backtester-clean
SKILL.md
Stock Strategy Backtester Clean
Version Notice
- Use this clean slug if your environment pins to
stock-strategy-backtester-clean.
Overview
Run repeatable, long-only stock strategy backtests from daily OHLCV CSV files. Use bundled scripts to generate consistent metrics and trade-level output, then summarize with investor-friendly conclusions.
Quick Start
- Prepare a CSV with at least
DateandClosecolumns. - Run a baseline backtest:
python scripts/backtest_strategy.py \
--csv /path/to/prices.csv \