> 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/continuation-patterns.md).

# Continuation Patterns

A continuation pattern is like a pause during an ongoing trend. It's when the bulls take a break in an uptrend or the bears rest during a downtrend. When a price pattern forms, it's unclear whether the trend will continue or reverse. So, it's important to watch the trendlines and see if the price moves above or below the continuation area. Usually, analysts assume a trend will continue until there's evidence of a reversal.

{% hint style="info" %}
Generally, if a price pattern takes longer to form and has a larger price movement within it, the resulting move after the price breaks above or below the continuation area is more significant.
{% endhint %}

If the price keeps following its trend, the pattern is called a continuation pattern. Common examples include:

* **Flags** are created with two parallel trendlines
* **Pennants** are made by two converging trendlines
* **Triangles** are popular chart patterns in technical analysis because they appear more often than other patterns. The three main types are symmetrical triangles, ascending triangles, and descending triangles. These patterns can last from a few weeks to several months.
* **Wedges** are formed by two trendlines that would meet if extended, both sloping up or down

## Types of Continuation Patterns

{% content-ref url="/pages/B8aUJpOPYJFmAss5rVlY" %}
[Flags](/education/technical-analysis/chart-patterns/continuation-patterns/flags.md)
{% endcontent-ref %}

{% content-ref url="/pages/prMQaajqEyicsMDQWzzc" %}
[Pennants](/education/technical-analysis/chart-patterns/continuation-patterns/pennants.md)
{% endcontent-ref %}

{% content-ref url="/pages/qL3BQQOG2QAQ6IXD7kSb" %}
[Rectangles](/education/technical-analysis/chart-patterns/continuation-patterns/rectangles.md)
{% endcontent-ref %}

{% content-ref url="/pages/UezUiYKStsEAMzWkYnlK" %}
[Triangles](/education/technical-analysis/chart-patterns/continuation-patterns/triangles.md)
{% endcontent-ref %}

{% content-ref url="/pages/U7Rfy6wVlxVQW8SCnzUK" %}
[Wedges](/education/technical-analysis/chart-patterns/continuation-patterns/wedges.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/continuation-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.
