> For the complete documentation index, see [llms.txt](https://academy.coinlegs.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://academy.coinlegs.com/divergences/obv-divergence.md).

# OBV Divergence

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

If price movements and OBV do not support each other, a mismatch occurs. This is called "OBV Divergence" or balance trading volume mismatch. In other words, if the OBV value decreases while the price is rising, or if the OBV value is increased when the price is falling, a mismatch is detected. Mismatches between OBV and price movements are interpreted as the trend will soon change in the direction of the OBV movement. If price decreases while OBV increases, prices are expected to increase, if the price increases while OBV decreases, prices are expected to decrease. Investors can take advantage of this mismatch to predict the direction of the trade. Generally, when interpreting OBV, investors think that OBV changes precede changes in prices.

{% hint style="info" %}
​In order to easily obtain OBV 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
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:

```
GET https://academy.coinlegs.com/divergences/obv-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.
