> 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/sequential-exhaustion/faqs.md).

# FAQs

<details>

<summary>What is the best timeframe for Sequential Exhaustion?</summary>

The oscillator is mathematically designed to be fractal, meaning it works on all timeframes. However:

* **Day Traders**: 5m and 15m provide frequent, high-quality intraday reversals.
* **Swing Traders**: 1H, 4H, and Daily charts provide the most significant macro trend exhaustion signals.

</details>

<details>

<summary>Why do some divergences have dashed lines and others solid?</summary>

This is part of our **Signal Hierarchy**:

* **Solid Lines**: These occur when the divergence peaks or troughs are within the Extreme Zones (0.7+ or 0.3-). These are considered high-conviction signals.
* **Dashed Lines**: These occur when the divergence is formed within the Neutral Zone (0.3 to 0.7). These are secondary signals that suggest momentum is slowing but not necessarily exhausted.

</details>

<details>

<summary>How do I adjust the "Period" setting?</summary>

The default period is **13**, which is the "Golden Mean" for most liquid assets.

* **Lower Period (e.g., 8-10)**: More sensitive, more signals, but more noise. Best for slow-moving markets.
* **Higher Period (e.g., 20-30)**: Less sensitive, fewer signals, but higher reliability. Best for highly volatile assets like Crypto.

</details>

<details>

<summary>Does the indicator repaint?</summary>

**No.** Sequential Exhaustion is designed for real-time trading. Signals are confirmed once a candle closes. While the divergence lines may appear a few bars after a pivot is formed (required for mathematical confirmation), they do not move once the pivot is established.

</details>

<details>

<summary>Can I use the Bar Coloring feature with other indicators?</summary>

Yes. The Bar Coloring is optional and can be toggled in the settings. If you use other indicators that also color bars, TradingView will prioritize the one highest in your indicator list.

</details>


---

# 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/sequential-exhaustion/faqs.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.
