# Relative Strength Index

#### What is RSI?&#x20;

The RSI is a momentum oscillator. Think of it like a speedometer for price changes.&#x20;

Range: It moves between 0 and 100.

It compares the magnitude of recent gains to recent losses.

* If the price is going up rapidly with very few down candles, the RSI approaches 100.
* If the price is crashing without relief, the RSI approaches 0.

<figure><img src="https://encrypted-tbn2.gstatic.com/licensed-image?q=tbn:ANd9GcQqJ-Q6ArU38wsFEDXP3_QMW7lvQvCMNHpXgAxyDvBk5z6vytp5spQZ0VclSP4v-KNVtSGjL6KTp-7W0wP-rY2R1u6pMVtj9lWNL53_U13h3mb6UaM" alt=""><figcaption></figcaption></figure>

#### Main use

RSI is commonly used to answer two questions that moving averages cannot:

1. "Is the price too expensive right now?" (Overbought)
   * When RSI > 70, the asset is considered "overheated." The buyers are exhausted, and a reversal (price drop) is likely.
2. "Is the price too cheap right now?" (Oversold)
   * When RSI < 30, the asset is "oversold." The sellers are exhausted, and a bounce (price rise) is likely.

Use Case: While your current Moving Average tools tell you *what the trend is* (Up or Down), RSI tells you *if the trend is about to end*.


---

# 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.memejob.fun/memejob/introducing-ai-agents/agentic-and-data-layer/technical-indicators/relative-strength-index.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.
