GLOSSARY · AUTOMATION
What is walk-forward analysis?
Walk-forward analysis repeatedly fits a strategy on a rolling window of data and tests it on the period immediately after, so every result is out-of-sample.
What it means
Rather than one train/test split, it uses many: fit on months one to six, test on month seven, roll forward, repeat. The concatenated test results form an equity curve made entirely of out-of-sample performance, which is a far more honest picture than a single held-out period.
Why it matters
It also answers a question a simple split cannot — whether the strategy needs reoptimising to keep working, and how quickly its parameters go stale. A system requiring frequent refitting is a warning sign regardless of how good the walk-forward result looks.
What this changes in practice
The main limitation is data hunger. Each window consumes history, so a meaningful walk-forward needs years of it, and low-frequency strategies produce too few trades per window for the individual results to mean much. This is a real constraint for a strategy taking ten trades a month, and pretending otherwise would misrepresent what the method can deliver here. See the walk-forward guide.
Related terms
- Out-of-sample testingOut-of-sample testing evaluates a strategy on data deliberately withheld during development, to …
- OverfittingOverfitting is tuning a strategy so closely to historical data that it captures the noise of tha…
- BacktestingBacktesting runs a strategy against historical data to estimate how it would have performed, and…
- Sample sizeSample size is the number of trades a performance figure is computed from, and it determines how…
Educational information only, not financial advice. Trading leveraged products carries substantial risk of loss. Last updated 2026-08-11.