> For the complete documentation index, see [llms.txt](https://docs.ezalgo.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/reversal-patterns.md).

# Reversal Patterns

When a price pattern shows that the trend is going to change, it's called a reversal pattern. This means that either the buyers or sellers have lost momentum, and the trend will go in a new direction. For example, an uptrend can stop and start to go down if the buyers lose enthusiasm and the sellers take over.

When reversals happen at the top of the market, it's called a distribution pattern, which means people are selling more than buying. When they happen at the bottom of the market, it's called an accumulation pattern, which means people are buying more than selling.

{% hint style="info" %}
If a pattern takes a long time to form and the price moves a lot within the pattern, then when the price finally breaks out of the pattern, it's expected to move even more.
{% endhint %}

When a price changes direction after a pause, it's called a reversal pattern. Common examples of reversal patterns include:

* **Head and Shoulders** shows two small price movements around a larger one.
* **Double Tops** are a short-term high followed by a failed attempt to go higher.
* **Double Bottoms** are a short-term low followed by a failed attempt to go lower.

## Types of Reversal Patterns

{% content-ref url="/pages/HeMmzvGKUg1e2syuKSgK" %}
[Double Bottom / Top](/education/technical-analysis/chart-patterns/reversal-patterns/double-bottom-top.md)
{% endcontent-ref %}

{% content-ref url="/pages/NfsENBGE1RiFi6zqb1i3" %}
[Gaps](/education/technical-analysis/chart-patterns/reversal-patterns/gaps.md)
{% endcontent-ref %}

{% content-ref url="/pages/ZdQaJ6dCevrNFCqrkkpp" %}
[Head and Shoulders](/education/technical-analysis/chart-patterns/reversal-patterns/head-and-shoulders.md)
{% endcontent-ref %}

{% content-ref url="/pages/yUG1oLgtFEeViSWLjNDN" %}
[Triple Bottom / Top](/education/technical-analysis/chart-patterns/reversal-patterns/triple-bottom-top.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/reversal-patterns.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
