# Trend Exhaustion

A Trend concept (Trend events) in the LuxAlgo Library, with 2 indicator implementations.

## What is Trend Exhaustion?

Trend exhaustion is the condition late in a directional move when the buying or selling that drove it stops being replenished: price is still trending, but each push covers less ground, momentum readings diverge from the new extremes, and volume either climaxes or dries up. It is a state to be diagnosed rather than a single formula, and different traditions measure it differently, from momentum [divergence](https://www.luxalgo.com/library/concept/regular-bullish-bearish-divergence/) to sequential bar counts such as [TD Sequential](https://www.luxalgo.com/library/concept/td-sequential/) to climactic volume studies.

Exhaustion is a warning, not a verdict. Trends frequently look exhausted, consolidate, and resume; genuine turns usually need structural confirmation (a broken swing, a failed retest) before the exhaustion reading means much. Its practical value is asymmetric: it is generally treated as a reason to stop adding and start protecting rather than as a standalone reason to trade against the trend.

The underlying story is replenishment. A trend persists while pullbacks keep recruiting fresh participants in its direction; exhaustion is the evidence that recruitment is failing. That evidence wears several uniforms: momentum diverging at new extremes, completed sequential counts, a volume climax with no follow-through or volume quietly draining from the pushes, bar ranges contracting in the trend's direction while stretching against it, and price extended far from its baseline [EMA](https://www.luxalgo.com/library/concept/ema/) with the [ribbon](https://www.luxalgo.com/library/concept/ma-ribbon/) behind it splaying at unsustainable width. No single uniform is the diagnosis; the state is declared when several arrive together, ideally at a level that matters.

Tooling packages the diagnosis in layers. LuxAlgo's Sequencer generalizes DeMark-style counting into staged setup and countdown phases, its Reversal Signals implements the classic 9-count and 13-count grammar with graded alerts, and Zeenobit's Momentum Exhaustion study reads the divergence-and-fade side. The playbook around all of them is the same three-act sequence: exhaustion flags the conditions, a structure break supplies the event, and the [retest](https://www.luxalgo.com/library/concept/reversal/) of the break supplies the trade. Strong trends will print exhaustion repeatedly and keep going, which is why the reading defends positions far more reliably than it predicts tops.

## How to identify trend exhaustion

The diagnosis is cumulative: one sign is noise, several together at a meaningful location are the state.

1. Establish that there is a mature trend to exhaust: an extended run, price far from its baseline average, ideally into a higher-timeframe level.
2. Scan momentum at the new extremes: oscillators printing lower highs against higher price highs, or the mirror at lows, are the classic first flag.
3. Check the counts: completed sequential setups and countdowns formalize the run-length evidence that a move has aged.
4. Read the volume character: a climactic spike without follow-through, or pushes proceeding on visibly draining participation, both say replenishment is failing.
5. Wait for structure before acting on the diagnosis: a broken swing, a failed [breakout](https://www.luxalgo.com/library/concept/breakout/), or a lost retest converts exhaustion from context into a trade.

## How traders use it

- As an exit or tightening trigger for trend followers: exhaustion readings prompt partial profit-taking or closer stops without requiring a top or bottom call.
- As a timing layer for [reversal](https://www.luxalgo.com/library/concept/reversal/) traders, who wait for exhaustion plus a structure break rather than fading strength on exhaustion alone.
- As a filter against chasing: fresh entries in the trend direction are skipped while exhaustion flags are active, then reconsidered once the trend digests and resets.
- As the sensor layer of reversal-signal indicators: counts, divergences and climax detection are fused into staged alerts, a warning tier when conditions accumulate and a confirmation tier when structure finally gives.
- As hygiene inside trailing systems: an active exhaustion state forbids new pyramids while a [Supertrend](https://www.luxalgo.com/library/concept/supertrend/)-style trail keeps the existing position working, letting the trend prove itself dead rather than guessing.

## Trend exhaustion vs related trend states

- **Reversal** (https://www.luxalgo.com/library/concept/reversal/): Exhaustion is the precondition, reversal is the event, and the funnel between them is wide: many exhausted trends consolidate and resume instead of turning. Trading the state as if it were the event is the classic way to fight a strong trend and lose.
- **Trend Regime Label** (https://www.luxalgo.com/library/concept/trend-regime-label/): Regime classifiers answer whether the market is trending now; exhaustion asks how much fuel the current trend has left. A market can be unambiguously trending and deeply exhausted at once, which is exactly the state where the two tools disagree productively.
- **MA Slope Filter** (https://www.luxalgo.com/library/concept/ma-slope-filter/): A fading slope is one mechanical symptom of exhaustion, cheap to compute and always on. The full diagnosis is broader, adding divergence, counts and volume character, which is why slope alone flags exhaustion late in fast trends and early in grinding ones.

## FAQ

### Does trend exhaustion mean the trend is about to reverse?

No. Exhaustion means the move's fuel is thinning, and the two common resolutions are reversal and consolidation. Strong trends can print exhaustion signals repeatedly and keep going, which is why most approaches demand structural confirmation, such as a broken swing low or high, before treating an exhaustion reading as a reversal setup.

### What are common signs of trend exhaustion?

Momentum divergence at new price extremes, completed sequential counts, climactic volume spikes with no follow-through, shrinking bar ranges in the trend direction, and wicks rejecting further progress. No single sign is decisive; practitioners usually want several appearing together, ideally near a level that matters on a higher timeframe.

### How is exhaustion different from consolidation?

Consolidation is one of exhaustion's two outcomes, the benign one, where the trend digests and recruitment resumes. Live, the states look identical at first: momentum fades, ranges contract, pushes stall. The separation comes from structure: consolidations hold their swings and resolve trend-side, while genuine turns break them. That is why the diagnosis defers to the structure test rather than claiming to predict it.

### What are sequential counts like the 9 and 13?

DeMark-lineage bar comparisons: a setup phase counting nine consecutive closes beyond the close four bars earlier, then a countdown phase accumulating thirteen qualifying closes. Completions mark zones where a move has statistically aged, not signals in themselves; the methodology's own rules demand price confirmation afterward. Tools like Sequencer generalize the counting logic and grade the stages into alerts.

### How does volume reveal exhaustion?

Two opposite ways. The climax: a violent volume spike at a new extreme with no follow-through, reading as the last crowd rushing in while stronger hands distribute into them. The drought: successive pushes on visibly shrinking participation, reading as a trend running on fumes. Both are context-dependent, which is why volume evidence weighs most when it coincides with divergence and count completion rather than arriving alone.

### Should you short an uptrend that looks exhausted?

Not on the look alone. The asymmetry of the concept is the whole lesson: exhaustion is reliable as a reason to protect longs, take partials and stop adding, and unreliable as a reason to be short, because strong trends print it repeatedly. The disciplined path runs exhaustion first, structure break second, retest third, and only the later stages carry entry risk against the old trend.

## Implementations in the Library

- Sequencer (LuxAlgo): https://www.luxalgo.com/library/indicator/sequencer/
- Reversal Signals (LuxAlgo): https://www.luxalgo.com/library/indicator/reversal-signals/

## Related concepts

- Breakout: https://www.luxalgo.com/library/concept/breakout/
- Reversal: https://www.luxalgo.com/library/concept/reversal/
- Retest: https://www.luxalgo.com/library/concept/retest/
- Pullback: https://www.luxalgo.com/library/concept/pullback/
- Continuation: https://www.luxalgo.com/library/concept/continuation/
- Trend Acceleration/inflection: https://www.luxalgo.com/library/concept/trend-acceleration-inflection/
- Climactic Moves: https://www.luxalgo.com/library/concept/climactic-moves/

---

Source: https://www.luxalgo.com/library/concept/trend-exhaustion/ (LuxAlgo Library, the encyclopedia of trading & technical analysis). Free to use with attribution: https://www.luxalgo.com/library/license/