Disposition Effect¶
OVERVIEW¶
The disposition effect is a cognitive bias in behavioral finance where investors sell assets that have increased in value too quickly while holding assets that have decreased in value for too long. This behavior contradicts rational economic theory, which states that the decision to hold or sell an asset should depend on its future expected return — not the unrealized gain or loss relative to the purchase price.
Note
The disposition effect is driven by loss aversion and the psychological desire to avoid the regret of realizing a bad decision. It is not the same as a deliberate holding strategy.
HOW IT IS IDENTIFIED AND MEASURED¶
The disposition effect is measured using the Disposition Coefficient, derived from the Capital Gains Overhang (CGO) model. Researchers compare actual realized returns against Paper Gains (unrealized gains) and Paper Losses (unrealized losses).
Core Formulas
| Term | Formula |
|---|---|
| PGR (Proportion of Gains Realized) | Realized Gains ÷ (Realized Gains + Paper Gains) |
| PLR (Proportion of Losses Realized) | Realized Losses ÷ (Realized Losses + Paper Losses) |
| Disposition Ratio | PGR ÷ PLR |
Interpreting the Ratio
| Ratio | Interpretation |
|---|---|
| Greater than 1.0 | Disposition effect confirmed — gains sold faster than losses |
| Equal to 1.0 | No bias — gains and losses realized at equal frequency |
| Less than 1.0 | Inverse disposition effect — losses cut faster than gains |
| Undefined (PLR = 0) | Severe disposition effect — no losses being realized |
Tip
Brokerages and quantitative researchers track the average cost basis of retail holding clusters to identify disposition effect levels in specific stocks.
WORKED EXAMPLE¶
A retail trader buys 100 shares of TSLA at $200. The stock rallies to $250. The trader sells 50 shares, locking in a $50 per share profit and leaving 50 shares open.
Concurrently, the trader buys 100 shares of RIVN at $30. The stock drops to $15. The trader holds the position for a year as it bleeds to $12, realizing no losses.
| Metric | Value |
|---|---|
| PGR | 0.50 (50% of gains realized) |
| PLR | 0.00 (0% of losses realized) |
| Disposition Ratio | Undefined (infinite) |
Result: Severe disposition effect bias is confirmed.
WHEN TRADERS USE IT¶
Institutional traders and algorithms actively exploit the disposition effect across retail order flow.
| Scenario | Market Behavior |
|---|---|
| Stock rallies above retail cost basis | Retail sells to lock gains → localized resistance forms as limit orders fill |
| Stock drops below retail cost basis | Retail holds → volume and volatility suppressed until recovery |
| Stock near average retail cost basis | Market makers adjust liquidity provision to anticipate retail selling pressure |
| Key support levels | Quantitative funds absorb retail sell orders, front-running the disposition effect |
Note
Market makers use average retail cost basis data to predict order flow and adjust liquidity provision accordingly.
LIMITATIONS AND COMMON MISCONCEPTIONS¶
Tip
Holding a losing position is not always irrational. If the original thesis remains intact and valuation supports the downside, holding is a defensible decision. The disposition effect applies only when a trader holds to avoid psychological pain — in direct violation of their own risk management parameters.
| Misconception | Clarification |
|---|---|
| The disposition effect applies to all traders | Professional traders and algorithms use stop-loss and trailing-stop logic, actively inverting the bias |
| Holding a loser is always irrational | Rational if the original thesis and risk parameters still support the position |
| Selling a winner is always irrational | Rational if it aligns with a pre-defined risk management or profit-taking plan |