Trading Glass
FeaturesPricingAcademyBlogChartJournal
Loading
All Courses
Nash Equilibrium and No ArbitrageVariance & Standard DeviationSkewness & KurtosisMonte Carlo SimulationsBayesian ThinkingThe Kelly CriterionLaw of Large Numbers & Confidence Intervals
Academy/Trading Intelligence/Mathematics & Probability

Law of Large Numbers & Confidence Intervals

Trading Intelligence

11 min read

Build statistical confidence in your edge by understanding sample sizes, confidence intervals, and why 10 trades prove nothing.

Loading

Related Lessons

Nash Equilibrium and No Arbitrage

8 min

Variance & Standard Deviation

9 min

Skewness & Kurtosis

9 min

Monte Carlo Simulations

10 min

Previous Lesson

The Kelly Criterion

Next Lesson

Biases in Backtesting

Trading Glass

Next-generation charting order flow platform with rotation view, cluster visualization, and real-time analytics for professional traders and quantitative analysts.

Product

  • Features
  • Pricing
  • Chart
  • Journal

Resources

  • Academy
  • Blog
  • Documentation
  • API Reference
  • Support

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 Trading Glass. All rights reserved.

PrivacyTerms

You can’t trust a strategy based on 10 trades. Here’s how to build statistical confidence in your edge.


Introduction

Many traders fall into this trap:

“I just had 3 winners in a row — my system’s working!” “I hit a 6-trade losing streak — it’s broken!”

But those reactions ignore something critical:

A strategy’s performance only becomes meaningful after a large enough sample size.

This is the Law of Large Numbers — and it explains:

  • Why early trade results are misleading
  • How to know when your edge is real
  • When to start trusting (or adjusting) a strategy

What Is the Law of Large Numbers?

In probability:

As the number of trials increases, the average result approaches the true expected value.

In trading:

  • A 10-trade win streak doesn’t mean your edge is 90% win rate
  • A 20-trade drawdown doesn’t mean your system is broken
  • Over 100–300+ trades, your real performance starts to show

Until then — you’re mostly seeing randomness.


How Many Trades Is “Enough”?

Sample SizeWhat It Tells You
10–20Noise. Not statistically meaningful
50Early directional signal
100Minimum for confidence in win rate/EV
200–300Reasonable confirmation of robustness
500+Strong evidence for long-term consistency

The more variance and skew in your system → the larger the sample size required.


Why Small Samples Mislead You

Imagine this strategy:

  • Win rate = 40%
  • Avg Win = 3R
  • Avg Loss = –1R
  • EV = +0.8R per trade

But you only log 10 trades:

  • First 4 are losses
  • Then 3 breakeven
  • Last 3 = small winners

You might quit at trade #6 — never reaching the edge that would appear by trade #100.


What Are Confidence Intervals (CI)?

A confidence interval shows the likely range where your true performance lies, based on your sample.

Example:

  • Win rate = 45%
  • After 50 trades, your 95% confidence interval might be: [35%, 55%]

That means:

You're 95% confident your true win rate is somewhere between 35–55%.

The more trades you log, the narrower this range becomes — and the more stable your metrics become.


How to Calculate Confidence Intervals (CI) for Win Rate

To calculate a 95% confidence interval for your win rate:

Formula:
CI = p ± z * √[ (p(1 – p)) / n ]

Where:

  • p = observed win rate (as a decimal)
  • z = z-score for confidence level (for 95%, z ≈ 1.96)
  • n = number of trades

Example:

You’ve taken 100 trades, and 45 were winners.

  • p = 0.45
  • n = 100
  • z = 1.96

Plug into formula:

CI = 0.45 ± 1.96 × √[ (0.45 × 0.55) / 100 ]
CI = 0.45 ± 1.96 × √(0.2475 / 100)
CI = 0.45 ± 1.96 × 0.0497
CI = 0.45 ± 0.0974

Confidence Interval = [0.3526, 0.5474] or [35.3%, 54.7%]

This means:

You’re 95% confident your true win rate is between 35.3% and 54.7%.

The more trades you add (larger n), the narrower your confidence interval becomes — and the more precise your system measurement gets.


Use in Practice

  • After 30–50 trades: CI is still wide — results may be misleading
  • After 100+ trades: CI narrows — confidence increases
  • After 300+ trades: CI stabilizes — trust in system is statistically solid

You can also apply confidence intervals to other metrics like:

  • Average return per trade
  • Max drawdown
  • Profit factor (with more complex stats models)

How to Use This in Journaling

1. Track All Your Trades (No Cherry-Picking)

Only consistent, full tracking can:

  • Reveal your system’s volatility
  • Allow statistical evaluation
  • Prevent cognitive bias

2. Review in Samples of 50–100 Trades

Instead of judging trade-by-trade, look at:

  • EV over 100 trades
  • Win/loss ratio stability
  • Sharpe/Sortino ratios as the sample expands

A strategy that makes +0.4R over 100 trades is likely better than one that makes +3R in 10.


3. Don’t Change Too Soon

Many traders:

  • Add a filter
  • Change the stop
  • “Tweak” the entry

…after just 5–20 trades.

You’re optimizing for noise — not truth.

Wait for a meaningful sample. Then evaluate with:

  • Monte Carlo
  • Rolling metrics
  • Confidence intervals

Final Thought

Trading results are deceptive — unless you give the math enough time to speak.

The Law of Large Numbers reminds you:

  • Don’t overreact to short-term streaks
  • Don’t underreact to long-term signals
  • Build your trust in the data, not the drama

Great traders think in series. They trade through noise, journal consistently, and only make decisions when the math is loud enough to hear.