Open-source quantitative trading system built by a retail trader, for retail traders.
No black boxes. No $500/month subscriptions. Just data, backtests, and a live scanner you can run yourself.
- 🎯 Live overnight scanner — daily signals for SPX, SPY, QQQ
- 🔬 10 backtested strategies — fully transparent, 12 stocks, 5 years of data
- 📊 Trail stop research — one config dominates all others
- ⚡ Auto-refreshes daily — GitHub Actions fetches market data Mon–Fri
# Generate backtest data
python scripts/generate_data.py
# Run dashboard locally
cd dashboard && npm install && npm run dev
# Restart local dashboard server
cd dashboard && npm run dev
# Run scanner (fetches live data)
python scripts/refresh_scanner.py├── dashboard/ # React + Vite + Recharts (deployed to GitHub Pages)
├── scripts/ # Python backtests & scanner
├── data/ # OHLCV CSVs
├── .github/workflows/ # Auto-refresh + auto-deploy
└── requirements.txt # Python deps
Found a bug? Have a strategy idea? Open an issue or PR.
MIT
Built by @jaswinder_cc