# FAQs

<details>

<summary>Is this time-frame dependent?</summary>

The formula is scale-agnostic, but “30 days” is most natural on Daily charts. On intraday, you’re measuring the last 30 daily closes’ effect—still valid, but interpret accordingly.

</details>

<details>

<summary>Does smoothing add lag?</summary>

Yes, slightly. Smoothing (EMA) improves readability at the cost of a bit of delay. Use a smaller value for quicker reacts, larger for calmer visuals.

</details>

<details>

<summary>How do I choose a good Upper Level?</summary>

Scan history: pick a value that captures strong thrusts without triggering constantly (e.g., +20–25% for low-vol, +30–40% for high-beta).

</details>

<details>

<summary>Can I add a lower threshold line (e.g., −20%)?</summary>

This version exposes only the upper level; you can still monitor a custom negative threshold by eye or with a separate horizontal line on the chart.

</details>

<details>

<summary>Does it repaint?</summary>

No. The ROC% and EMA use completed data and lock after bar close; values update intrabar as normal during formation.

</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/monthly-price-momentum/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.
