Quantitative Strategies¶
Systematic, rule-based approaches derived from statistical or economic edges.
Difficulty intermediate
Reading order¶
- Mean Reversion — bet on return to average
- Momentum — ride directional moves
- Pairs Trading — relative-value mean reversion
- Statistical Arbitrage — multi-asset stat-arb extensions
- Factor Investing — value, momentum, quality, low-vol
- Market Making — earning the spread, managing inventory
- Machine Learning — features, models, validation
What you should walk away with¶
- A taxonomy of edges and the market regimes each one needs.
- An understanding of when an ML approach helps and when it overfits.
- Concrete code skeletons you can adapt to your own data.