DEV Community

pickuma
pickuma

Posted on • Originally published at pickuma.com

The Best Books on Quantitative and Algorithmic Trading (2026)

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.

These picks are compiled from independent reviews and reader consensus — not a paid placement, and not financial advice. Confirm current price and availability at the link before buying.

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.


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.


Originally published at pickuma.com. Subscribe to the RSS or follow @pickuma.bsky.social for new reviews.

Top comments (0)