> For the complete documentation index, see [llms.txt](https://docs.million-moves.net/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.million-moves.net/start/learn-the-indicators/million-moves-algo/show-overbought-oversold.md).

# Show Overbought/Oversold

Overbought and oversold conditions are like signals that show when the market might be acting too extreme.

<div align="left"><figure><img src="/files/evP83Dy3AhsLnS3L5iLI" alt=""><figcaption></figcaption></figure></div>

Our indicator has a "Show Overbought/Oversold" feature. When it's overbought, the background stripe turns green, and when it's oversold, it becomes red. The darker the color, the more extreme the market is.

**Overbought:**&#x20;

<figure><img src="/files/9C9pDReoWOUND6ve4XNz" alt=""><figcaption><p>The green background color is an indication that the market is overbought and it possibly can become bearish.</p></figcaption></figure>

This happens when prices go up a lot, and it might mean the buyers are tired. It's like a warning that the price might come down.

**Oversold:**&#x20;

<figure><img src="/files/w9ZhJwE7gc1zzTGYNG3i" alt=""><figcaption><p>The red background color is an indication that the market is oversold and it possibly can become bullish.</p></figcaption></figure>

On the other hand, oversold means prices went down too much, and sellers might be getting too active. It's a sign that the price could go up again.

\
**Why It's Good:**

1. **Smart Choices** ��**:** Knowing when it's overbought or oversold helps you make smart trading decisions. You can guess when the market might change direction.
2. **Extra Help** ��**:** The "Show Overbought/Oversold" feature confirms your strategy, making your analysis even better.
3. **Less Risky** 🛡&#xFE0F;**:** Recognizing these extreme points helps you avoid risky trades when the market goes too far.
4. **Possible Reversals** ↩&#xFE0F;**:** Sometimes when it's overbought or oversold, the market might turn around. Our indicator helps you spot these possible changes early.


---

# 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.million-moves.net/start/learn-the-indicators/million-moves-algo/show-overbought-oversold.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.
