RATTLE

Paper trading versus backtesting

By · Last updated · Educational content, not investment advice

Backtesting asks whether a rule would have worked on past data. Paper trading asks whether you can follow a rule in real time. They answer different questions, and each is dangerous when used to answer the other's.

The short version

BacktestingPaper trading
Question it answersWould this rule have worked historically?Can I follow this rule now?
Sample sizePotentially thousands of tradesHowever many you take, slowly
SpeedYears of data in secondsReal time, no faster
Captures your behaviourNoYes — that is the point
Main failure modeFitting the rule to the pastToo few trades to conclude anything
Needs a fully mechanical ruleYesNo

Where backtesting misleads

Where paper trading misleads

Neither establishes an edge on its own. A good backtest is a reason to investigate further, not evidence that money should follow. A good practice run is a sign you can execute, not proof the approach is profitable.

How they fit together

The sensible order is roughly:

  1. Form an idea and write it as a rule precise enough to argue about.
  2. Test it against history, if the rule is mechanical enough to test, keeping parameters few and costs pessimistic. Treat the result as a filter for obviously bad ideas, not a forecast.
  3. Practise it forward, logging every trade, to find out whether the rule is followable and what you actually do under pressure.
  4. Review the process before the profit for the first several dozen trades.
  5. Decide about real money separately, knowing neither step proved profitability.

A rule that backtests well and that you cannot follow is worthless to you specifically. That gap — between what the rule requires and what you reliably do — is the thing forward practice measures and history never will.

Which to start with

If you are new, start with forward practice. Backtesting rewards programming and statistics skills, and it is easy to produce an impressive, meaningless result before you have the experience to tell the difference. A journalled practice run is harder to fool yourself with, because the failures are yours and dated.

RATTLE does forward practice, not backtesting: you log closed trades and review them. It does not simulate a strategy over historical data, and it is not trying to.

Start a forward practice log

Next

See what paper trading can honestly teach you for the broader picture, or the mistakes that make practice results misleading for the specific ways a forward log goes wrong.