TRADORATEST AND VALIDATEPaper trading, overfitting, win rate, and interpreting results
0%2 min left
TEST AND VALIDATE · ADVANCED

Paper trading, overfitting, win rate, and interpreting results

Covering forward validation with a validation ladder, metrics with a comparison matrix, typical failure examples, and a readiness checklist for going live.

Quick answer

Paper trading is applying a rule forward in the live market without risking real money. Its purpose is to catch what a backtest cannot show: how orders actually fill, delays, psychological pressure, and whether the rule stays consistent under live conditions. It is one of the most practical ways to detect overfitting.

SOURCES FOR THIS CLAIM

Why it matters

A backtest looks at the past; paper trading looks at the unknown future. If a rule was overfit to the past, it breaks down quickly in paper trading. And fixating on a single metric like win rate is the most common interpretation mistake; a 70% win rate can still lose money if the losses are bigger than the wins.

The validation ladder

  1. Idea

    An untested hypothesis.

  2. Backtest

    Did it behave sensibly in the past?

  3. Out-of-sample test

    Is it consistent on data it has not seen?

  4. Paper trading

    Does it hold up real-time, without risk?

  5. Small live

    A final check with very small real risk.

Read the metrics together

What it saysWhy it misleads alone
Win rateShare of winning tradesIgnores the size of losses
Average RAverage return per unit of riskUnreliable if trade count is low
Max drawdownThe largest peak-to-trough fallDoes not show what you can endure
Trade countSample sizeIf small, every metric is suspect

Typical failure examples

Shiny backtest, collapsing paper

A rule overfit to the past becomes inconsistent live; a classic overfitting symptom.

High win rate, negative result

Frequent small wins are erased by rare large losses; win rate misleads.

A “perfect” result with few trades

90% over 10 trades is statistically meaningless; it can be luck.

Readiness checklist for going live

  • Was consistency seen over a sufficient number of trades?
  • Do the results hold on out-of-sample data too?
  • Can you psychologically endure the maximum drawdown?
  • Could you follow the rule without manual override?
  • Is the starting risk kept very small?
Tradora connection

In Tradora’s teaching, the order is fixed: first an explicit rule, then a backtest, then forward validation. That order is the most honest way to tell whether an idea is genuinely robust or merely fitted to the past.

Risk notice

Even paper trading does not fully reflect the psychology of real money, and no validation guarantees future profit. Past and simulated results can differ systematically from live results.

Next step

You have completed the validation cycle. To reinforce the practice, loop back by redefining a rule or deepening the backtesting step.

Backtest this strategyTradora product integration coming soon.