Paper Trading: The Reality Check
Run the strategy live with fake money first. The gap it reveals between backtest and reality.
Paper trading means running your finished strategy in real time with fake money — placing simulated trades on live markets as signals fire, before risking a single real rupee. It’s the crucial bridge between a clean backtestTesting a trading strategy on historical data. and a live account.
Paper trading exists to expose the gaps a backtestTesting a trading strategy on historical data. cannot show — because a backtestTesting a trading strategy on historical data. is a tidy simulation of the past, while paper trading is messy real-time reality. It surfaces problems that never appear in historical tests: signals that are ambiguous or arrive too late to act on, fills that don’t match the assumed price, data feed glitches, the operational friction of actually placing orders, and — crucially — your own behaviour watching it unfold. Many “perfect” backtests quietly fall apart here, revealing look-ahead bugs (the signal can’t actually be computed in time) or unrealistic fill assumptions. Just as importantly, paper trading is a psychological rehearsal: it lets you experience following the system in real time without the emotional distortion of real money. The honest rule: if you can’t follow your strategy successfully on paper, you have no business trading it with cash. It’s the reality check that turns a backtest hypothesis into something you’ve actually watched work live.
- What it is — running the strategy live on real-time data with simulated money, before real capital.
- What it reveals — late/ambiguous signals, fill gaps, data glitches, operational friction a backtestTesting a trading strategy on historical data. never shows.
- Catches hidden bugs — e.g. a signal that can’t actually be computed in time (look-ahead) shows up live.
- Psychological rehearsal — practise following the system in real time before real money distorts your behaviour.
ExampleA strategy backtests beautifully, but in paper trading you discover its “buy at the close” signal is only known after the close — you can’t actually get that fill. And the live fills come a touch worse than assumed. The paper-trading phase caught a look-ahead bug and a cost gapA jump between one bar’s close and the next bar’s open. before they cost real money — exactly its purpose.
Key takeawayPaper trading runs the finished strategy live on real-time data with fake money, exposing the messy realities a backtestTesting a trading strategy on historical data. can’t: late/ambiguous signals, fill gaps, data glitches, and your own behaviour. It catches hidden bugs and rehearses you psychologically. If you can’t follow it on paper, don’t trade it with cash.
FAQs
How long should I paper trade before going live?
Long enough to experience a *variety* of conditions and a meaningful number of trades — weeks to months for most strategies, ideally spanning some volatility, not just a calm stretch. The goal is to confirm the live signals/fills match expectations and that you can execute the process reliably and calmly. Rushing past paper trading is a common, costly shortcut.