- Published on
Walk-forward validation is a method for testing trading strategies on genuinely out-of-sample data by repeatedly training on one period and testing on the next. It exposes overfitting that standard backtesting conceals. In darwintIQ, continuous rolling evaluation serves a related purpose — ensuring models are assessed against current market conditions rather than optimised history.
- by