# Smart Money Technique Divergence

Also known as: SMT, correlated-pair divergence, crack in correlation.
A Smart Money Concepts / ICT concept (Displacement & delivery) in the LuxAlgo Library, with 1 indicator implementation.

## What is Smart Money Technique Divergence?

Smart Money Technique (SMT) divergence is a non-confirmation between two [correlated](https://www.luxalgo.com/library/concept/correlation/) instruments at matching swing points. ES and NQ, or EURUSD and GBPUSD, normally register new highs and lows together; a bearish SMT prints when one takes out its prior high while the other fails to, and a bullish SMT is the mirror: one runs its prior low while the other holds above its own. ICT vocabulary calls the failure a crack in correlation.

The read behind it: genuine institutional interest should express across the whole correlated complex at once, so when only one instrument makes the new extreme, the move looks less like broad participation and more like a targeted run on the stops resting beyond that swing. The divergence proves nothing on its own (correlated instruments desynchronize briefly all the time, and correlation regimes drift), so the read carries weight only when the pair is currently tracking tightly and the non-confirmation forms at a level and time that already matter. Most models treat SMT as a confirmation layer, not a trigger.

## How to identify an SMT divergence

SMT is read off two charts at once: same timeframe, correlated instruments, compared swing by swing.

1. Choose a pair with a strong current relationship (index futures like ES and NQ, EURUSD and GBPUSD, gold and silver) or an inverse reference like the dollar index, remembering the logic flips when the correlation is inverse.
2. Mark the swing highs and lows that formed in the same window of time on both charts; only corresponding swings are comparable.
3. Compare the latest test: bearish SMT if one instrument trades above its prior high while the other stays below its own; bullish SMT if one trades below its prior low while the other holds.
4. Weight the read by context: it means more during a [killzone](https://www.luxalgo.com/library/concept/killzones/) at a level of interest, and less when the pair's correlation has visibly been drifting.

## How it's calculated

A boolean divergence condition between two correlated instruments: one prints a new swing extreme while the other fails to confirm it.

```
Bearish SMT: HA_2 > HA_1 and HB_2 < HB_1
Bullish SMT: LA_2 < LA_1 and LB_2 > LB_1
Inverse pair, bearish SMT: HA_2 > HA_1 and LB_2 > LB_1
Inverse pair, bullish SMT: LA_2 < LA_1 and HB_2 < HB_1

  A: first instrument of a correlated pair (e.g. ES)
  B: second instrument of the pair (e.g. NQ, or DXY in the inverse case)
  HA_1: swing high of A at the earlier swing point
  HA_2: swing high of A at the later swing point
  HB_1: swing high of B at the earlier swing point
  HB_2: swing high of B at the later swing point
  LA_1: swing low of A at the earlier swing point
  LA_2: swing low of A at the later swing point
  LB_1: swing low of B at the earlier swing point
  LB_2: swing low of B at the later swing point
```

The two swings must form near the same times on both charts, typically inside the same session or higher timeframe window.

Classic pairs are ES with NQ and EURUSD with GBPUSD; EURUSD against DXY is the usual inverse example.

Some definitions accept an equal extreme (a failure to exceed) instead of a strictly lower high or higher low.

## How traders use it

- As sweep confirmation: when one instrument runs a resting pool of equal highs and its correlated partner refuses to follow, the failure supports reading the move as a [liquidity sweep](https://www.luxalgo.com/library/concept/liquidity-sweep/) rather than genuine strength.
- As a precondition inside session models: SMT at a higher-timeframe level during the chosen window is the cue to start hunting for [displacement](https://www.luxalgo.com/library/concept/displacement/) and a structure break in the anticipated direction; the entry still comes from that follow-through.
- As the non-confirmation leg of a [smart money reversal](https://www.luxalgo.com/library/concept/smart-money-reversal/): the divergence marks which swing is suspect and which instrument is likely leading.
- As a stand-down filter: when the pair has decoupled, SMT reads are ignored entirely; the technique assumes a correlation that actually exists right now.

## SMT divergence vs other divergence reads

- **Regular Bullish/bearish Divergence** (https://www.luxalgo.com/library/concept/regular-bullish-bearish-divergence/): Regular divergence compares price against an oscillator on a single instrument. SMT compares price against price across two instruments (no indicator involved), and it exists only at corresponding swing points.
- **Intermarket Analysis** (https://www.luxalgo.com/library/concept/intermarket-analysis/): Intermarket analysis studies broad relationships across asset classes for macro context over weeks and months. SMT is a narrow, swing-by-swing non-confirmation read on one tightly correlated pair, used for trade timing.
- **Relative Strength Comparative** (https://www.luxalgo.com/library/concept/relative-strength-comparative/): Comparative relative strength tracks continuous out- or under-performance against a benchmark, usually as a ratio line. SMT is a discrete event at matched swings; it says nothing about the stretches in between.

## FAQ

### What does SMT stand for in trading?

Smart Money Technique, an ICT term. The technique is comparing correlated instruments at their swing points: when one makes a new extreme and the other refuses to confirm it, the divergence is read as smart money running stops on one chart without committing across the whole complex. It has nothing to do with oscillator divergence, which compares price against an indicator.

### Which pairs work for SMT divergence?

Anything with a strong, current relationship: equity index futures such as ES, NQ, and YM; EURUSD against GBPUSD; gold against silver. Inversely correlated references like the dollar index work too, but the logic mirrors: a new high in one should pair with a new low in the other, and the divergence is that mirror breaking. Always verify the correlation is currently tight.

### Is SMT divergence enough to trade on its own?

No. Correlated instruments diverge briefly all the time, and correlations themselves drift. Most models use SMT strictly as confluence: it strengthens a setup that already has a swept level, a sensible time window, and a structure break, and it gets ignored entirely when the pair has not been tracking tightly. Treat it as a weighting factor, not a trigger.

## Implementations in the Library

- SMT Divergences (LuxAlgo): https://www.luxalgo.com/library/indicator/smt-divergences/

## Related concepts

- Accumulation-manipulation-distribution: https://www.luxalgo.com/library/concept/accumulation-manipulation-distribution/
- Change in State of Delivery: https://www.luxalgo.com/library/concept/change-in-state-of-delivery/
- IPDA & Price Delivery Theory: https://www.luxalgo.com/library/concept/ipda-and-price-delivery-theory/
- Displacement: https://www.luxalgo.com/library/concept/displacement/
- Institutional Order Flow: https://www.luxalgo.com/library/concept/institutional-order-flow/
- Market Maker Models: https://www.luxalgo.com/library/concept/market-maker-models/
- Smart Money Reversal: https://www.luxalgo.com/library/concept/smart-money-reversal/

---

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