> For the complete documentation index, see [llms.txt](https://docs.candelacharts.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.candelacharts.com/oscillators/volume-concepts/overbought-and-oversold.md).

# Overbought & Oversold

In the Volume Concepts, Overbought and Oversold conditions are not static levels but are dynamically generated based on the current market's statistical distribution.

<figure><img src="/files/9O49XaBn5fWxWLxYaqvY" alt=""><figcaption></figcaption></figure>

### Understanding the Zones

The indicator defines two primary zones for both Overbought (OB) and Oversold (OS):

1. **Inner Zone (Level ±1.0)**:
   * This represents the first threshold of extension.
   * When the Volume Line enters this zone, the market is becoming stretched.
   * Entering this zone is often a sign of high momentum but also a warning of potential mean reversion.
2. **Outer Zone (Level ±1.5)**:
   * This represents extreme statistical extension.
   * Remaining in this zone for multiple bars indicates an "Exhaustion" phase or a parabolic move.
   * Reversals from this zone are typically much more violent.

### Interpretation

* **Entering OB (> 1.0)**: Buying power is high. Look for signs of weakness if it fails to sustain the move.
* **Leaving OB (< 1.0)**: A sign that momentum is waning and a reversal or correction may be starting.
* **Entering OS (< -1.0)**: Selling pressure is extreme. Sellers are likely becoming exhausted.
* **Leaving OS (> -1.0)**: A sign that the selling climax has passed and buyers are potentially stepping in.

### Visual Symbols for State Awareness

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

To provide immediate visual feedback without checking the level numbers, the Volume Concepts uses stylized icons:

* **Intensity Gradients**: Dynamic vertical fills that activate at the ±1.0 thresholds, growing more opaque as the market becomes increasingly over-extended.
* **Exhaustion Markers** (✦/❖): Stylized star and diamond icons that appear at the ±1.5 statistical boundaries to signal deep trend exhaustion.

These symbols can be toggled on or off in the **Oscillator Zones** settings group.


---

# 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.candelacharts.com/oscillators/volume-concepts/overbought-and-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.
