# CMF Divergence

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

​If the price movement and the CMF movement do not progress in harmony, "divergence" occurs. Investors can take advantage of this mismatch to predict the direction of the trade. In other words, if the CMF movement is decreasing while the price is rising, or if the CMF movement is increasing while the price is decreasing, a mismatch is detected. Mismatches between the CMF and price movements are interpreted as the trend will soon change in the direction of the CMF movement. If the price is decreasing while the CMF is increasing, the prices are expected to increase; if the price is increasing while the CMF is decreasing, the prices are expected to decrease. Investors can take advantage of this mismatch to predict the direction of the trade.

{% hint style="info" %}
​In order to easily obtain CMF Divergence detections, you can create [<mark style="color:blue;">Alerts</mark> ](https://www.youtube.com/watch?v=-yS1Cv6PYm0\&t=42s)or [<mark style="color:blue;">Custom Signals</mark>](https://www.youtube.com/watch?v=sz_pwdSpZeg\&t=27s) through the Coinlegs system, and start autotrading bots on [<mark style="color:blue;">LegsBot</mark> ](https://www.legsbot.com)by using the alerts you create.
{% endhint %}


---

# 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://academy.coinlegs.com/divergences/cmf-divergence.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.
