# Head and Shoulders

The Head and Shoulders pattern is a bearish reversal pattern that typically forms after an uptrend. It consists of three peaks with the middle peak (the head) being the highest and the two other peaks (the shoulders) being slightly lower. The line connecting the two troughs between these peaks is called the "neckline". The pattern is confirmed when the price falls below the neckline following the formation of the second shoulder. This pattern suggests that the security's price is set to fall, and the distance it may fall is generally considered to be equal to the height from the neckline to the top of the head.

<figure><img src="/files/IUn8U8ZSuLg1xHMc6Wyo" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/YDDYy6HycGyfBhZUmNgO" alt=""><figcaption></figcaption></figure>

## Inverse Head and Shoulders

The Inverse Head and Shoulders pattern is just the opposite of the Head and Shoulders pattern and acts as a bullish reversal pattern. It forms after a downtrend and consists of three troughs, with the middle one (the head) being the deepest and the other two (the shoulders) being less deep. The pattern is confirmed when the price rises above the neckline (the line connecting the peaks between these troughs) after the formation of the second shoulder. This suggests that the price of the security is set to rise, and the distance it may rise is generally considered to be equal to the height from the neckline to the bottom of the head.

<figure><img src="/files/3ghk8OqxRP78m4kFRFWv" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/CArH4ataD38EkStHq5Qx" alt=""><figcaption></figcaption></figure>

In both patterns, volume plays a crucial role. In the Head and Shoulders pattern, volume typically declines from the left shoulder to the head and increases on the decline from the head and the formation of the right shoulder. In the Inverse Head and Shoulders pattern, volume usually increases on the rise from the head and the formation of the right shoulder.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/reversal-patterns/head-and-shoulders.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
