CLT Trade Aggregator
Simulate trades from non-normal distributions and watch batch averages converge to Normal — the Central Limit Theorem made visceral.
Feb 23, 2026, Eric
The Core Idea
Individual trades can follow almost any distribution — skewed, fat-tailed, bimodal. The Central Limit Theorem says that if you average together enough independent trades, the distribution of those averages approaches Normal regardless of the underlying shape. This is why portfolio-level statistics are more reliable than single-trade statistics — and why sample size still matters before you can trust the convergence.
Controls
Underlying trade distribution:
Log-normal-like — long right tail (many small losses, rare big wins)
Larger N → stronger convergence to Normal.
More batches → smoother histogram of averages.
Individual Trade Distribution (6,000 trades)
Red dashed = Normal fit overlaid for comparison.
Distribution of 200-Batch Averages (N=30 per batch)
White dashed = Normal fit. The CLT predicts μbatch = μ, σbatch = σ/√N.
Trade skewness
2.545
Batch mean skewness
0.353
Skewness reduction
86%
Convergence Assessment
Near-normal — converging well.
CLT prediction: batch std dev ≈ σ/√N = 0.2744. Observed: 0.2643.