# 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="continuation-patterns/flags" %}
[flags](https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/continuation-patterns/flags)
{% endcontent-ref %}

{% content-ref url="continuation-patterns/pennants" %}
[pennants](https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/continuation-patterns/pennants)
{% endcontent-ref %}

{% content-ref url="continuation-patterns/rectangles" %}
[rectangles](https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/continuation-patterns/rectangles)
{% endcontent-ref %}

{% content-ref url="continuation-patterns/triangles" %}
[triangles](https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/continuation-patterns/triangles)
{% endcontent-ref %}

{% content-ref url="continuation-patterns/wedges" %}
[wedges](https://docs.ezalgo.ai/education/technical-analysis/chart-patterns/continuation-patterns/wedges)
{% endcontent-ref %}


---

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