Glossary

Walk Forward

Out of sample testing done over and over, rolling through your whole history instead of one split.

Last updated: 2026-08-05

Walk forward testing takes the out of sample idea and repeats it across your entire data. You build on a chunk, test on the next unseen chunk, then do the same on the following chunks. Instead of one pass or fail, you get a string of out of sample results, which is a lot harder to pass with luck alone.

How does walk forward work?

Split your history into rolling windows. Build the strategy on the first stretch, then test it on the stretch right after, the part it never saw. Slide everything forward, re optimise, and test the next unseen stretch. Repeat to the end. Ten windows in, you're not staring at one out of sample number, you're staring at ten, and a fake edge struggles to survive all ten. It copies real life, where you tune on what you know and trade what comes next.

Anchored or rolling?

Two types. Anchored keeps the start fixed and keeps adding new data as it goes, so it always builds on all the history so far. Rolling uses a fixed size window that slides forward, dropping the oldest trades as it moves. Rolling reacts faster to a changing market. Anchored is steadier, since it never forgets old data. Which one fits depends on your edge: if it's timeless, go anchored; if it shifts over time, go rolling.

What it can and can't tell you.

Walk forward is the toughest cheap test you can run on a backtest, but it isn't magic. Re optimise on tiny windows and you just overfit many times instead of once, so keep each build big enough to mean something. And it still runs on history, which never includes the crash that hasn't happened yet. A strategy that survives walk forward has earned real trust but trust isn't proof. The market gets the final vote, always.

Frequently asked questions

Out of sample testing repeated in rolling windows across your whole history. You build on one stretch, test on the next unseen one, roll forward, and repeat, so the edge has to prove itself many times, not once.
A single out of sample split gives you one test that can get lucky. Walk forward gives you a series of them across different market conditions, much harder to fake. It's the stronger check by a distance.
It compares your later-window results to your build-window ones. Make +0.5R on the build and +0.35R across the walk forward, that's about 70% retention, so the edge mostly held. A big drop means you were curve fitting.
Yes. On a backtest it runs a Consistency Check, how much of your edge holds across held out test windows. Quantprove saves the phrase "out of sample" for your live results in your Stability Score, where the market, not a split, is the real test.

References

See your strategy’s edge change over time.

Upload a live trade log and watch your Health Score across the record. Free to start.

Start for freeHow it works

No credit card required·Swiss Made