# FAQs

<details>

<summary>“Z-score (σ)” vs “Price @ σ” vs “Price @ Z”—which should I use?</summary>

Start with **Z-score (σ)** to build intuition. Use **Price @ σ** when you want **tradable levels** and alert prices. Use **Price @ Z** when you need **consistent-looking charts** across different tickers for presentations.

</details>

<details>

<summary>How do I pick the right Period?</summary>

Match it to your timeframe and the asset’s personality. Daily swing traders often like **50**. Go **20–30** for tactical/intraday, **80–100** for calmer HTF context.

</details>

<details>

<summary>Does it repaint?</summary>

No. The calculations update intrabar like any rolling indicator and **lock on bar close**.

</details>

<details>

<summary>Can I use this intraday?</summary>

Yes. Expect **more frequent ±2σ tags** on lower timeframes—consider a **longer Period** or a touch of **Smoothing** to cut noise.

</details>

<details>

<summary>Are ±2σ/±3σ guaranteed reversal zones?</summary>

No. Markets aren’t perfectly normal. Treat σ as **stretch context**, not a promise. Wait for structure/momentum confirmation and always manage risk.

</details>


---

# Agent Instructions: 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:

```
GET https://docs.candelacharts.com/investing/momentum-and-oscillators/z-deviation-waves/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
