> For the complete documentation index, see [llms.txt](https://docs.yummyprofit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yummyprofit.com/indicator-and-strategy/momentum/relative-strength-index-rsi.md).

# Relative Strength Index (RSI)

![](/files/-Mi7ZPH1V8GcWWn5b7Nf)

THE RELATIVE STRENGTH INDEX (RSI) is a momentum indicator used in technical analysis that measures the magnitude of recent price changes to evaluate overbought or oversold conditions in the price of a stock or other asset. The RSI is displayed as an oscillator (a line graph that moves between two extremes) and can have a reading from 0 to 100.

![](/files/-Mi6yrYR7WVNQ3KzpHZY)

## Alert when

* Bullish signal: The RSI cross above 30
* Bearish signal: The RSI cross below 30 (Oversold)
* Bullish signal: The RSI cross above 70 (Overbought)
* Bearish signal: The RSI cross below 70&#x20;

![](/files/-Mi77HGMzQLLcFS74M37)

## Indicator config

* RSI length: 14
* High level: 70
* Low level: 30

![](/files/-Mi77X0rtM5VwLKSc-iE)

## TIPs for trading

![](/files/-Mi79hDal_0iHGFPWj2V)

The default look-back period for RSI is 14, but this can be lowered to increase sensitivity or raised to decrease sensitivity. 10-day RSI is more likely to reach overbought or oversold levels than 20-day RSI. The look-back parameters also depend on a security's volatility.

The RSI oscillates between zero and 100. Traditionally the RSI is considered overbought when above 70 and oversold when below 30. Signals can be generated by looking for divergences and failure swings. RSI can also be used to identify the general trend.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.yummyprofit.com/indicator-and-strategy/momentum/relative-strength-index-rsi.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
