# Trend Exhaustion

The Trend Exhaustion feature uses custom technical analysis data points to calculate when a trend / movement / impulse move is reaching levels which could be nearing completion.

{% hint style="danger" %}
**Note**: The Trend Exhaustion feature is **NOT** designed to be used as a buy/sell signal. It uses techincal analysis and data points for education.
{% endhint %}

<figure><img src="/files/0awU9TcnnP8of01VKk2A" alt=""><figcaption></figcaption></figure>

### The Basics

Logic evaluates the price action to determine if a move is nearing completion, this can present in the following ways:

* **Price has been moving upwards**
  * Logic determines the **upwards** move may be nearing a local completion

    * ⇒ **Prints a T** in <mark style="background-color:$danger;">**Red**</mark>

  * Logic reads a volatile impulsive response to the **downside**, which may mean the **upwards** move  is nearing local completion&#x20;
    * ⇒ **Prints a R** in <mark style="background-color:orange;">**Orange**</mark> and highlights the volume candle in <mark style="background-color:yellow;">**Yellow**</mark>.

* **Price has been moving downwards**
  * Logic determines this **downward** move may be nearing a local completion

    * ⇒ **Prints a B** in <mark style="background-color:green;">**Teal**</mark>

  * Logic reads a volatile impulsive response to the **upside**, which may mean the **downward** move is nearing local completion
    * ⇒ **Prints a R** in <mark style="background-color:orange;">**Orange**</mark> and highlights the volume candle in <mark style="background-color:yellow;">**Yellow**</mark>.

### Customisation

Default settings are a good starting point, but users can refine and tweak the logic for Trend Exhaustion with the following items should they desire. The below confluence filters can be toggled on/off and tweaked to the user's preference.

* **Volatility preference**

  * Standard Volatility
  * Moderate Volatility
  * High Volatility

* **Flow Momentum Filter Preference  (Can be enabled/disabled)**

  * Standard Momentum (Strict)
  * Flexible Momentum (Less Strict)

* **Volatility Stretch Filter Preference (Can be enabled/disabled)**

  * Standard Volatility Stretch (Strict)
  * Flexible Volatility Stretch (Less Strict)

* **Convergence Filter (Can be enabled/disabled)**


---

# 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://devengineoz-tradingview-indicato.gitbook.io/devengineoz-tradingview-indicators/documentation/features/trend-exhaustion.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.
