Learn · Curriculum · Module 0
Why systematic trading.
Written companion notes for Module 0. The module video is in production; these notes stand alone and cover the full material. Reading time: about fifteen minutes.
What “systematic” actually means
A systematic trader writes the rules down before the money moves. Entry, exit, position size, and the conditions for all three exist as explicit logic — usually code — decided in advance, applied the same way every time. A discretionary trader decides in the moment, trade by trade, using judgment.
Neither is morally superior, and great discretionary traders exist. But the systematic approach has one property nothing else provides: it can be tested before it is trusted. A rule that exists in code can be run against twenty years of history, challenged with statistics, and falsified before it touches a dollar. A judgment that lives in someone's head cannot. This entire curriculum is really about one thing: what it takes for “it can be tested” to become “it has been tested, honestly” — because the gap between those two phrases is where nearly all retail trading losses live.
Why real edge is rare
An “edge” is a repeatable pattern that makes money after costs, out of sample, at the size you actually trade. Markets are crowded with well-funded, well-informed participants hunting exactly those patterns; when one is found and traded, the trading itself tends to shrink it. That does not mean edges never exist — it means the honest prior for any new idea is that it is nothing, and evidence has to drag you off that prior.
Here is what that prior looks like when a real operation keeps score. Since June of last year we have tested twenty-seven strategy families — options premium selling, equity momentum and reversal, FX trend and carry, machine-learning forecasters — through a statistical validation gate. The verdicts are public, family by family, in the research graveyard. The score:
Real verdicts from our research log, by strategy family band. Gold = families tested; teal = survivor. Hover a bar for the outcome.
One in twenty-seven — about 4% — and that is with professional-grade validation machinery and no requirement to force a result. Most of the twenty-six deaths looked plausible going in; several looked spectacular in a naive backtest. Sit with that base rate for a moment, because the entire retail trading industry is built on hiding it from you.
The overfitting machine
Why do so many strategies look good in testing and then fail? Because a backtest is an optimization target. Tune parameters until history looks profitable and you will always succeed — history is finite, and with enough knobs anything fits it. What you have built is a description of the past wearing the costume of a prediction. The failure only becomes visible when data the strategy never saw arrives:
ILLUSTRATIVE — sample data, not a real strategy or real returns. The same rules, tuned on the first 12 months (both curves identical there by construction), then walked forward on data they never saw.
Everything left of the dashed line is the same curve twice — the strategy was fitted there, so of course it fits. The verdict lives entirely to the right, on unseen data. Module 3 builds the full defense kit (walk-forward validation, cross-validation, deflation for multiple testing); Module 2 builds the cheapest defense of all — deciding what would prove you wrong before you run the test.
The market-structure minimum
You need surprisingly little market mechanics to start, but the little is non-negotiable. Prices come in pairs — a bid (what buyers pay) and an ask (what sellers accept) — and every trade pays the gap between them. Every backtest that ignores that gap, plus commissions, plus slippage (the difference between the price you modeled and the fill you got) is overstating results — and for fast-trading strategies, costs are usually the entire verdict. Markets also differ in liquidity: how much you can trade before your own order moves the price. Every real edge has a capacity ceiling. All of these terms live in the glossary, and Module 6 covers execution in depth.
Case study: the year of saying no
This operation ran for over a year before its first strategy traded live money — not for lack of candidates, but because the promotion gate kept saying no, and the operator let it. Family after family went in; the gate returned died, refuted, untestable; the answer “no edge yet” was published and the search continued. The one strategy that finally cleared the bar had to pass deep-sample validation, replicate out of sample on an index it had never seen, and have its capacity measured — and only then did it earn real size.
The lesson is not that our gate is special. It is that the willingness to hear “no” for a year is the actual edge. Anyone can build a pipeline that approves things. The discipline that survives is the one that treats every green light as a suspect. That is the posture this curriculum teaches, and it costs nothing but patience.
Exercises
- Write down, in one paragraph each, three trading ideas you currently believe might work. Date the document and save it. By Module 3 you will be able to test them — and the point of writing them down now is that you will not be able to quietly revise what you believed after seeing results.
- Read five entries in the graveyard and for each, identify which failure mode killed it: no edge after costs, overfitting, or untestable data.
- Find one piece of trading content (video, tweet, course ad) claiming a specific return. List what it would need to disclose — sample size, costs, out-of-sample results, drawdown — for the claim to be evaluable. Notice what is missing.
Next
Module 1 sets up the research environment — Python, pandas, and your first real dataset. The open-source tools guide covers the installation now if you want a head start.
About this curriculum: everything in the Learn section is for educational and informational purposes only. It does not constitute personalized investment advice, a recommendation to buy or sell any security or derivative, or an offer of advisory services. Crash Money Analytics does not know your individual financial situation, and nothing here should be treated as tailored to it. Trading involves substantial risk of loss. Consult a licensed financial advisor before making investment decisions. See our Risk Disclosures.