Backtesting, paper trading and forward testing all let you practise without risking money, but they answer different questions — and each one can mislead you in its own way. Knowing which to use when saves a lot of wasted time.
Backtesting: does this idea have an edge?
Backtesting runs your strategy over past data to estimate its historical performance. Its strength is speed and sample size — you can test years of history fast. Its weakness is that it is hindsight: it is easy to fool yourself with look-ahead bias and overfitting, and the past is not the future.
Bar-by-bar replay is a powerful middle-ground form of backtesting, because it forces you to decide without seeing future candles.
Paper trading: can I execute it in real time?
Paper (demo) trading places simulated trades in the live market in real time. It tests execution, timing and your psychology in current conditions — but it is slow (you can only sample as fast as the market moves) and the lack of real money often makes people sloppy.
Forward testing: does the edge survive on unseen data?
Forward testing means running a strategy that backtested well on new data it has never seen — either by replaying a period you deliberately held out, or by trading it small and live. It is the honesty check against overfitting: if the edge only existed in the data you optimised on, forward testing exposes it.
How to combine them
A sensible sequence:
- Backtest (or replay) to check the idea has an edge and to learn the setup.
- Forward-test on held-out data or replay periods you have not seen.
- Paper or small-live trade to confirm you can execute it under real conditions.
- Scale up only once all three agree — and keep journaling throughout.
Do it all in one place
Secuora's replay backtester covers the backtesting and forward-testing steps on real historical data, and its journal + analytics track every trade so the lessons carry across all three stages. The free plan needs no credit card.
Frequently asked questions
Is backtesting or paper trading better?
They test different things. Backtesting (including bar replay) is fast and great for finding and learning an edge; paper trading tests real-time execution and psychology. Use backtesting first, then paper/forward test before going live.
What is forward testing?
Forward testing runs a strategy that backtested well on data it has never seen — held-out history or small live trades — to check the edge is real and not just overfitting to the data you optimised on.
