Skip to main content
  1. Posts/

10 GitHub Repositories to Master Quant Trading with Python

··269 words·2 mins·

📈 From Random Experiments to Disciplined Systems: 10 Quant Trading Repos
#

Quant trading isn’t one indicator or one clever idea — it’s a system built layer by layer: strategies, realistic backtesting, risk models, portfolio construction, and execution logic. Here are the 10 GitHub repositories that cover the entire stack. 🧠

🗂️ The 10 Repositories
#

RepoFocus
Python Quant Trading StrategiesRSI, Bollinger Bands, MACD, pairs, options, Monte Carlo
StockSharpFull platform with connectors to real markets
Riskfolio-LibPortfolio optimization and risk models
EliteQuantCurated resources: concepts, models, and portfolio management
Quant Developers ResourcesQuant interview preparation
TradeMasterReinforcement learning for trading (NTU)
Sunday Quant ScientistNewsletter with practical analysis and research
QuantMuseComplete system: real-time data, analytics, risk
Options Trading Strategies in PythonSpreads, straddles, and options strategies
HowtraderCrypto framework with backtesting and live execution

💡 Explanation in a nutshell
#

Most people approach quant trading backwards: they look for a strategy first and only later realize they also need risk models, portfolio construction, realistic backtesting, and execution logic. These 10 repositories cover exactly that complete stack, from simple Python examples (RSI, MACD, pairs trading) to full platforms with live market connectors, reinforcement learning frameworks, and portfolio optimization tools. The mindset shift that separates hobby experiments from serious quant development is treating trading as a disciplined system, not a collection of ideas.

More information at the link 👇

Also published on LinkedIn.
Juan Pedro Bretti Mandarano
Author
Juan Pedro Bretti Mandarano