# Head & Shoulders

A Chart & Candlestick Patterns concept (Reversal chart patterns) in the LuxAlgo Library, with 1 indicator implementation.

## What is a Head & Shoulders?

A head and shoulders is the classic three-peak reversal pattern of Western charting, codified in the Schabacker and Edwards & Magee lineage. An uptrend makes a peak (the left shoulder), a higher peak (the head), then a lower peak (the right shoulder), and a neckline is drawn across the two lows between them. The right shoulder's lower high is the tell: the trend has stopped making higher highs, the failure that sets up a [change of character](https://www.luxalgo.com/library/concept/change-of-character/) in modern structure vocabulary. The pattern completes only when price closes through the neckline; before that it is a possibility, not a signal.

The inverse head and shoulders is the mirror at bottoms. In the classic description volume fades across the head and right shoulder and expands on the neckline break, and the [measure rule](https://www.luxalgo.com/library/concept/measure-rule/) projects the head-to-neckline distance from the break as an objective.

Necklines are rarely textbook-horizontal. A downward-sloping neckline signals more aggressive selling into the troughs and completes earlier, while an upward slope delays the trigger and, past a point, degrades the structure into something closer to a rising consolidation. Complex variants add second heads or shoulders, and the same failed-higher-high logic scales from intraday swings to multi-year tops. Related structures carry their own entries in this library: the [double top/bottom](https://www.luxalgo.com/library/concept/double-top-bottom/) encodes an equal-high rejection instead of a failed one, and the Quasimodo variant popular in supply-and-demand circles lets price break the interior low before the right shoulder even forms.

The evidence on the pattern is genuinely mixed and worth stating honestly. Thomas Bulkowski's large chart-pattern samples rank head and shoulders tops among the better-performing classical reversals, while a well-known Federal Reserve study of currency markets by Osler and Chang found profitability in some currencies and none in others. The practical reading: the pattern encodes a real behavioral event, a trend that stops making higher highs, but its edge depends on context, execution and risk placement rather than on the shape alone. The Library's detection tools, including ProjectSyndicate's geometric pattern engine and EmirTradeHub's Quasimodo structure script, automate the geometry so the discretionary work shifts to context.

## How to identify a head and shoulders pattern

The pattern only means something after a trend, and it only triggers on completion. These steps walk through the classical checklist.

1. Require an established uptrend into the pattern; without higher highs and higher lows beforehand there is nothing to reverse, and three-peak shapes inside ranges are noise.
2. Mark the left shoulder and the head: the head must set a higher high, and momentum divergence at the head strengthens the case even though it is not required.
3. Watch the right shoulder fail below the head, ideally roughly symmetric to the left shoulder in height and duration; heavy asymmetry weakens the read.
4. Draw the neckline across the two interior troughs and note its slope, since a downward tilt completes earlier and an upward tilt demands more patience.
5. Track the volume signature: in the classic description activity fades across the head and right shoulder and expands on the break, so treat a silent break with suspicion.
6. Wait for a decisive close through the neckline to call the pattern complete; before that close the structure is a scenario, not a signal.

## How traders use it

- As a reversal entry: short the neckline break, or wait for the frequent [retest](https://www.luxalgo.com/library/concept/retest/) of the broken neckline from below, with the stop above the right shoulder.
- As a target framework: the pattern's height projected from the neckline gives a measured objective, treated as a scenario or scale-out level rather than a promise.
- As a warning for trend followers: a developing right shoulder that cannot exceed the head is a cue to tighten stops on longs even before the neckline gives way.
- As the bottoming mirror: the inverse head and shoulders gives reversal longs the same completion logic, with the measure-rule objective projected upward and volume expansion on the break carrying extra weight at lows.
- As a confluence anchor for candlestick confirmation: a [pin bar](https://www.luxalgo.com/library/concept/pin-bar/) or [engulfing bar](https://www.luxalgo.com/library/concept/engulfing-bar/) rejecting the right-shoulder zone lets traders position before the neckline break with a tighter, structure-backed stop.

## Head and shoulders vs other reversal patterns

- **Double Top/Bottom** (https://www.luxalgo.com/library/concept/double-top-bottom/): A double top rejects from an equal high twice; a head and shoulders makes one higher high first and then fails. The head and shoulders therefore carries more information about exhaustion, while double tops form faster and are easier to automate.
- **Rising/Falling Wedge** (https://www.luxalgo.com/library/concept/rising-falling-wedge/): A wedge is a converging-trendline structure where momentum bleeds out gradually and the break carries a bias against the slope. The head and shoulders is a discrete three-peak sequence with a single defined trigger at the neckline rather than a squeeze toward an apex.
- **Triangles** (https://www.luxalgo.com/library/concept/ascending-descending-symmetrical-triangle/): Triangles are consolidation patterns that lean toward continuation of the prior trend. A head and shoulders is reversal-first: it exists specifically to mark the end of the trend that produced it, and its trigger fires against that trend.

## FAQ

### How do you calculate a head and shoulders price target?

Measure the vertical distance from the top of the head to the neckline directly below it, then project that distance downward from the point where price breaks the neckline (upward for an inverse pattern). That is the conventional measure-rule objective. It is a guideline, not a guarantee: price frequently stops short or overshoots, so most traders reconcile it with nearby support before relying on it.

### What invalidates a head and shoulders pattern?

Before completion, a rally that takes out the head cancels the topping structure. After a neckline break, the common invalidation is price reclaiming the neckline and holding above it, or pushing back above the right shoulder, which converts the setup into a failed break. Failed head and shoulders patterns can squeeze sharply the other way, which is why stops typically sit above the right shoulder.

### Does the neckline have to be horizontal?

No. Textbook illustrations draw it flat, but real necklines slope. A gentle slope either way is normal, and the measure rule still projects from the actual break point. A steeply rising neckline on a topping pattern is the one to distrust, since it means the interior lows are still rising and the downtrend case rests on less evidence than the three peaks suggest.

### Is an inverse head and shoulders more reliable than a regular one?

The logic is symmetric but the tape is not: bottoms tend to be choppier and more retest-prone than tops, and classical texts put extra weight on volume expanding through an upside neckline break because rallies need active participation. Treat published reliability rankings as sample-dependent rather than settled fact, and demand the same completion discipline in both directions.

### What is the difference between a head and shoulders and a Quasimodo pattern?

The Quasimodo, also called over-and-under, is an asymmetric cousin: price breaks the interior low before the right shoulder forms, so structure is already damaged when price rallies back into the right-shoulder zone. Quasimodo traders typically sell that return into supply rather than waiting for a neckline break, accepting an earlier, less confirmed entry; the head and shoulders trades only on completion.

### How important is volume to the pattern?

Classical sources treat the signature, fading through the head and right shoulder and expanding on the break, as core evidence, and it remains the best tell separating genuine distribution from a random three-peak shape. On markets where volume is fragmented or unavailable, traders substitute range and follow-through: a neckline break on expanding range behaves like one on expanding volume, while a drifting break invites the failed-break squeeze.

## Implementations in the Library

- Head & Shoulders (LuxAlgo): https://www.luxalgo.com/library/indicator/head-and-shoulders/

## Related concepts

- Inverse Head & Shoulders: https://www.luxalgo.com/library/concept/inverse-head-and-shoulders/
- Double Top/bottom: https://www.luxalgo.com/library/concept/double-top-bottom/
- Rounding Top/bottom: https://www.luxalgo.com/library/concept/rounding-top-bottom/
- V-top/V-bottom: https://www.luxalgo.com/library/concept/v-top-v-bottom/
- Diamond Top/bottom: https://www.luxalgo.com/library/concept/diamond-top-bottom/
- Island Reversal: https://www.luxalgo.com/library/concept/island-reversal/
- Key Reversal: https://www.luxalgo.com/library/concept/key-reversal/
- Wolfe Waves: https://www.luxalgo.com/library/concept/wolfe-waves/
- Bart Pattern: https://www.luxalgo.com/library/concept/bart-pattern/
- Rare Reversal Patterns: https://www.luxalgo.com/library/concept/rare-reversal-patterns/

---

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