Tools & where to go next
You've got the concepts. This last module points you outward: the software quants actually use, the genuinely free places to go deeper, how to spot a guru selling noise, and a realistic map of your next twelve months.
- The Python toolkit for research and backtesting
- How to study so it actually sticks
- Genuinely free resources worth your time
- How to spot a guru, and a 12-month roadmap
The Python toolkit
You don't need a computer-science degree, but a little Python unlocks everything. The standard research stack is small:
pandas— tables of price data; the workhorse for loading, cleaning, and slicing.numpy— fast number-crunching under the hood.matplotlib— charts, including the equity curves you met in Module 2.- A backtesting library —
vectorbt,backtrader, orzipline-reloaded— so you're not reinventing the wheel. Jupyternotebooks to experiment, andgitto keep your work.
That's genuinely it for a long time. Resist the urge to collect frameworks; depth in pandas beats a shelf of half-learned tools.
How to actually study
Reading is not learning. The people who get good do four things:
- Build small and break things. Code the moving-average crossover from Module 4 yourself. Get it wrong. Fix it.
- Replicate a published result — then try to break it with out-of-sample data and costs. You'll learn more from one honest replication than ten tutorials.
- Keep a research journal. Write down each hypothesis and its verdict. Most will be "no." That record is your real education.
- Paper-trade before real money. Run the strategy live with fake capital first. The gap you feel is the discipline gap from Module 6.
Genuinely free resources
You can go a very long way without paying anyone. These are real, free, and worth your time:
Self-study plans and clear articles for aspiring quants.
The statistics and probability behind Module 1, taught patiently.
Full university courses in math, finance, and computing.
"Think Stats" and "Think Python" — learn both, with code, for nothing.
Practical Python-for-quant tutorials and a steady newsletter.
The DSR, cost and sizing calculators, and honest strategy teardowns.
When you're ready for books, the respected canon includes Ernie Chan's Quantitative Trading, Marcos López de Prado's Advances in Financial Machine Learning, and Larry Harris's Trading and Exchanges. Borrow before you buy.
How to spot a guru selling noise
The internet is full of people selling certainty about an uncertain thing. The tells are reliable:
- Sells signals or a "secret strategy" instead of teaching a method.
- Shows profit screenshots and equity curves with no costs, no out-of-sample, no losing periods.
- Promises a win rate or returns ("90% accurate!") — real edges are small and uncertain.
- Never talks about what didn't work, drawdowns, or risk of ruin.
- Urgency and scarcity: "closing the course tonight."
The honest tell runs the other way: people genuinely worth learning from spend most of their time on what fails and how they know. That's the whole posture of this site.
Your next twelve months
- pandas
- The Python library for loading and manipulating tables of price data.
- Backtesting library
- Software (vectorbt, backtrader) that runs a strategy over history for you.
- Paper trading
- Running a strategy live with fake money to test execution and discipline.
- Replication
- Rebuilding a published result yourself to check whether it holds up.
You've finished the course
That's the whole map: what quant is, the stats you need, the scoreboard, the data traps, building a backtest, the validation gauntlet, surviving risk, and where to go next. You now know more about honest validation than most people who trade for years. Keep the glossary handy, use the tools, and read the teardowns to watch it all in action.
Put it all into practice
TeardownsWatch the whole course run on real published strategies — what survives honest validation, and what doesn't