> 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/risk-and-portfolio-management/volatility-regime-model/faqs.md).

# FAQs

<details>

<summary><strong>Can I change the VIX thresholds for the different regimes?</strong></summary>

Yes, you can fully customize the threshold levels for Low, Mid, High, and Crisis Cluster zones in the settings menu to fit different assets or historical periods.

</details>

<details>

<summary><strong>What is VIX Smoothing and should I use it?</strong></summary>

VIX Smoothing applies a Hull Moving Average (HMA) to the raw VIX data. This filters out intraday noise and prevents rapid switching of states during volatile, choppy sessions.

</details>

<details>

<summary><strong>Which tickers are used for Cross-Asset Validation?</strong></summary>

By default, it uses the MOVE Index for bond volatility and the High-Yield vs Investment Grade corporate bond spread for credit validation. You can customize these tickers in the settings.

</details>

<details>

<summary><strong>How do I interpret the "Fade Noise" vs "Defensive" bias?</strong></summary>

"Fade Noise" appears early in a volatility spike (Days 1-2), suggesting a high probability of mean reversion. "Defensive" appears when the spike persists (Day 6+), indicating a genuine regime shift where fading the volatility is dangerous.

</details>

<details>

<summary><strong>How do I move the dashboard if it blocks price action?</strong></summary>

You can easily adjust the positioning of the real-time summary dashboard to any corner of the chart via the settings panel.

</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/risk-and-portfolio-management/volatility-regime-model/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.
