# Triple Bottom / Top

## Triple Bottom

A Triple Bottom is the bullish counterpart of the Triple Top and is considered a bullish reversal chart pattern. This pattern is formed in a downtrend and is characterized by three distinct valleys at approximately the same price level. The three lows are separated by two peaks, with the middle peak being higher than the other two. The pattern is confirmed when the price breaks above the resistance level (formed by the peaks), indicating that the price may start to move upward.

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

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

## Triple Top

A Triple Top is a bearish reversal chart pattern used in technical analysis that is characterized by three distinct peaks at roughly the same price level. The Triple Top pattern forms in an uptrend and signals the potential weakening of the trend and the possibility of a trend reversal. The three consecutive peaks are separated by two troughs, with the middle trough being shallower than the other two. A confirmation of the pattern occurs when the price falls below the support level (formed by the troughs), indicating that the asset may move lower.

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

<figure><img src="/files/7olzRvszJMyPtqhmcqGc" alt=""><figcaption></figcaption></figure>

These patterns can be used to set target price levels. For a Triple Top, the target can be calculated by subtracting the distance between the support and the peaks from the breakout point. For a Triple Bottom, the target can be calculated by adding the distance between the resistance and the lows to the breakout point.

It's important to remember that while these patterns can be useful, they are not always perfect predictors of future price movement. Other forms of analysis should also be used to confirm signals.


---

# 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/triple-bottom-top.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.
