pickuma.
Finance

The Best Books on Quantitative and Algorithmic Trading (2026)

A research-based reading path for engineers moving into quant and algorithmic trading — from building a first systematic strategy to market microstructure and modern ML methods, with four books worth owning.

O
Owen
Engineer · Investor
Verify profile ↗
8 min read

Quant trading is one of the few corners of finance where an engineering background is a genuine advantage. You can read price data, write a backtest, and reason about edge cases — the bottleneck is knowing which questions matter and where backtests lie to you. The books below are the ones that consistently show up on practitioner reading lists. They are ordered as a learning path: build something simple first, then layer on microstructure realism and statistical rigor.

Build your first systematic strategy end to end

Ernest Chan’s introductory book is the most common starting point for engineers entering quant trading. It walks through the full pipeline — finding an idea, sourcing data, backtesting honestly, sizing positions, and the business mechanics of running a strategy — without assuming a finance degree. The revised edition adds material on regime changes and machine learning. It is light on heavy math and heavy on the practical pitfalls that sink first attempts.

Concrete strategies and how to test them

Chan’s follow-up is more hands-on: it presents specific mean-reversion and momentum approaches, explains the rationale behind each, and shows how to test, improve, and avoid overfitting them. The value is less in the strategies themselves — which are well-known — and more in the disciplined scientific method for evaluating any strategy. Read it after the introductory volume.

Understand the market your orders live in

Larry Harris’s book is the standard reference on market microstructure — how exchanges, order types, liquidity, and the various market participants actually interact. If you have ever wondered why a backtest that assumed perfect fills falls apart in live trading, this is the answer. It is long and reference-like rather than a cover-to-cover read, but no serious systematic trader should skip it. Understanding microstructure is what separates a backtest from a tradeable strategy.

Modern ML methods, when your backtest is solid

Marcos Lopez de Prado’s book is the rigorous, sometimes contrarian treatment of applying machine learning to financial data. Its real contribution is the methodology for not fooling yourself: purged cross-validation, the dangers of overlapping samples, the deflated Sharpe ratio, and why most published backtests are statistically dubious. It is mathematically demanding and best read after you have built and broken a few backtests of your own.

Bottom line

The path that works for most engineers: build something simple with Chan’s first book, learn disciplined strategy testing with his second, ground it in microstructure reality with Harris, and add statistical rigor with Lopez de Prado once you have hit the overfitting wall yourself. None of these books contains a strategy you should deploy without your own validation, and nothing here is financial advice or a recommendation to trade.

FAQ

Which book should an engineer with no finance background start with?+
Quantitative Trading by Ernest Chan. It assumes programming comfort but not finance training, and it covers the full pipeline from idea to running a strategy. The others build on that foundation.
Do I need the market microstructure book if I only trade daily bars?+
Less urgently, but it still matters. Even low-frequency strategies are affected by spreads, slippage, and liquidity. Harris explains why backtests that assume perfect fills overstate returns — a trap at any frequency.
Is the Lopez de Prado book worth it for a hobbyist?+
Only after you have a working backtest and have felt the pain of overfitting. Its core lessons on cross-validation and false discoveries are valuable, but the math is demanding and the payoff comes once you can apply it to your own results. This is education, not trading advice.

This article is an educational reading guide, not investment or trading advice. No strategy described in these books should be deployed without independent validation, and none of this accounts for your individual circumstances. Verify current price and edition at the link before buying.

Related reading

See all Finance articles →

Get the best tools, weekly

One email every Friday. No spam, unsubscribe anytime.

O
Owen
Engineer · Investor
Verify profile ↗