# RSI Divergence

​If the RSI line moves in the opposite direction while the price is rising or falling, it is called "Divergence".&#x20;

Positive divergence (Bullish Divergence); If the RSI is moving upwards while the price is falling, this is considered a possible buy signal.&#x20;

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

Negative divergence (Bearish Divergence); If the RSI is moving lower while the price is rising, this is considered a possible sell signal.

<figure><img src="/files/kiGGk3uv3rPiCtI2pxG1" alt=""><figcaption><p>​</p></figcaption></figure>

{% hint style="info" %}
In order to easily obtain RSI 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/rsi-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.
