> 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/investing/momentum-and-oscillators/mean-reversion-index/usage.md).

# Usage

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

The Mean Reversion Index is an essential tool for contrarian investors, swing traders, and those looking to build long-term positions near cyclical bottoms.

### How it works

The indicator first calculates a long-term baseline moving average (default 200-period SMA). It then measures the percentage distance between the current close and this baseline. To make this distance actionable across different market regimes, it computes a rolling Z-Score over a massive historical lookback (default 730 bars, roughly 2 years). This tells you exactly how many standard deviations the current extension is from the historical average. The final oscillator is then smoothed and plotted against standard deviation bands.

### Interpreting the Z-Score Levels

* **Euphoria Zone (Above +2σ)**: When the index breaches the +2σ line, the asset is historically overextended to the upside. The "rubber band" is stretched to its absolute limit, indicating high risk of a violent mean-reversion event to the downside. This is typically an area to take aggressive profits.
* **Fair Value (Between -1σ and +1σ)**: This is the neutral zone where the asset is trading reasonably close to its historical baseline. The majority of price action occurs here, representing balanced risk/reward.
* **Capitulation / Buy Zone (Below -2σ)**: When the index drops below the -2σ threshold, the asset has suffered a massive, statistically rare sell-off relative to its baseline. This indicates extreme fear and capitulation. The indicator highlights this area as a "Buy Zone," suggesting it is a prime area for long-term accumulation or contrarian long entries.


---

# 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/investing/momentum-and-oscillators/mean-reversion-index/usage.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.
