Skip to content

jaswindercc/retail-quant

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

223 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📈 retail-quant

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.


Highlights

  • 🎯 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

Quick Start

# 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

Structure

├── 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

Contributing

Found a bug? Have a strategy idea? Open an issue or PR.

License

MIT


Built by @jaswinder_cc

About

Open-source quantitative trading system — 10 backtested strategies, overnight scanner for SPX/SPY/QQQ, trailing stop research, and an interactive dashboard. Auto-refreshes daily.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors