Statistical arbitrage uses data, models, and systematic rules to trade temporary pricing deviations among related securities.
Statistical arbitrage, often shortened to stat arb, is a systematic trading approach that uses data and statistical models to trade temporary pricing deviations among related securities. A typical strategy buys securities that look cheap relative to the model, sells or shorts securities that look expensive, and manages the portfolio with predefined entry, exit, sizing, and risk rules.
Stat arb is not pure arbitrage. The relationship can break down, transaction costs can overwhelm the edge, and a model that worked in backtests can fail in live markets. This page is educational only and is not a trading recommendation.
| Step | What it does | Common evidence |
|---|---|---|
| Define the universe | Select securities with an economic or statistical relationship | Sector, industry, factor exposure, futures curve, ETF basket, paired securities |
| Estimate the relationship | Measure spread, beta, residual, correlation, or cointegration | Model code, data history, factor model, regression output |
| Generate a signal | Flag a deviation from normal range | Z-score, residual threshold, rank, forecast return |
| Execute the trade | Go long the cheaper side and short the richer side, subject to rules | Order log, borrow check, fill quality, slippage record |
| Manage risk | Limit exposure, stop losses, crowding, and correlation breakdown | Position limits, stress tests, drawdown rules, unwind plan |
A simple pairs strategy may define a spread between two related stocks and measure how far the spread is from its historical average:
If the z-score is high, the model may treat the first security as expensive relative to the second. A sample rule might short the expensive security, buy the cheaper security, and exit when the spread moves back toward its average. In practice, the rule also needs borrow checks, transaction-cost estimates, position limits, and a stop if the relationship stops behaving as expected.
| Term | Main idea | Difference from stat arb |
|---|---|---|
| Quantitative Trading | Data and rules drive trading decisions | Broader category that includes trend, execution, risk, and portfolio models |
| Mean Reversion | Prices or spreads tend to revert toward a reference level | One possible stat arb assumption, not the whole strategy |
| High-Frequency Trading | Very fast data processing and execution | Some stat arb is high-frequency, but many stat arb strategies trade slower |
| Latency Arbitrage | Trades speed differences among venues or data feeds | Focuses on timing advantage rather than a slower statistical relationship |
SEC staff materials on algorithmic trading in U.S. capital markets describe how modern trading algorithms use market information to decide what, when, where, and how to trade. FINRA’s algorithmic trading guidance emphasizes supervision, testing, implementation, and post-change review. SEC market structure data can help readers understand equity-market metrics such as quote activity, trade activity, and venue-level behavior.