> 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-oscillator/usage.md).

# Usage

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

The **Mean Reversion Oscillator (MRO)** is not meant to generate standalone buy or sell signals. Instead, it acts as a **contextual guide**, helping traders see when price is stretched away from its mean and when a reversion or momentum shift may be more likely.

The **MRO** is best viewed as a **context indicator** that highlights when price is statistically stretched from its mean.

1. **Add to chart:** Paste the script in TradingView and load it in a separate pane.
2. **Set MA Length:** Use **20–50** for intraday, **100–200** for swing/position trading.
3. **Match StdDev Length:** Keep it close to the MA Length to avoid distortion (e.g., MA 200 → StdDev 200).
4. **Interpret readings:**
   * **>70 (Overbought):** Price stretched high, reversion or slowdown likely.
   * **<30 (Oversold):** Price stretched low, bounce potential.
   * **50 (Midline):** Neutral, momentum shift point.
5. **Use with confluence:** Strongest signals occur when MRO extremes align with **S/R levels, trend filters, or volume cues**.
6. **Adjust thresholds:** Default 70/30 is balanced; 80/20 gives fewer but stronger signals, 60/40 gives more but weaker ones.
7. **Stay trend-aware:** In strong trends, OB/OS can persist. Always check higher timeframe bias before fading moves.


---

# 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-oscillator/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.
