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

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