backtest-compare

Installation
SKILL.md

Backtest Compare — Python/Go Parity Verification

Both Python and Go backtests must produce identical results. This is non-negotiable.

Workflow

1. Run the comparison

cd /Users/lgbarn/Personal/Trading/Indicators/Python
just compare

This runs both backtests and diffs the output. If they match, you're done.

2. If parity fails

First, find the exact divergence point:

Installs
1
Repository
lgbarn/skills
GitHub Stars
1
First Seen
Jun 30, 2026
backtest-compare — lgbarn/skills