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

# Triangles

Triangle patterns are continuation patterns that appear in the form of a triangle on price charts. They are formed by two converging trendlines, with the price bouncing between these lines. There are three main types of triangle patterns:

1. **Ascending Triangle**: This pattern is formed when there is a resistance level and the higher lows formed by the lows of the price are connected with a trendline. The pattern is typically seen as bullish, indicating accumulation as the price makes higher lows while buyers overcome selling pressure to break the resistance level.
2. **Descending Triangle**: This pattern is formed when there is a support level and the lower highs formed by the highs of the price are connected with a trendline. This is typically seen as bearish, indicating distribution as the price makes lower highs, with sellers overcoming buying pressure to break the support level.
3. **Symmetrical Triangle**: This pattern is formed when there are lower highs and higher lows and the lines drawn to connect these highs and lows converge towards each other. This pattern doesn't have a bullish or bearish bias and a breakout can occur in either direction.

Traders usually enter a long position when the price breaks above the upper trendline in an ascending triangle, or a short position when the price breaks below the lower trendline in a descending triangle. For symmetrical triangles, traders may enter a long position on a break above the upper trendline or a short position on a break below the lower trendline.

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

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

As with all chart patterns, it's important to consider the triangle patterns within the larger market context and to use other technical analysis tools to confirm signals.


---

# 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/triangles.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.
