# FAQs

<details>

<summary>What does the “daily reference” mean in practice?</summary>

The indicator fetches a daily series for consistency. On markets that trade every day (e.g., crypto), “days” map one-to-one; on markets with non-trading days, the lookback counts daily bars (not calendar weekends/holidays).

</details>

<details>

<summary>Why is my 1Y ROI not exactly year-over-year on some symbols?</summary>

For instruments without seven-day trading, “365 daily bars” can cover more than 365 calendar days. The benefit is TF-consistency; if you need strict calendar math, set a custom days value appropriate for that market.

</details>

<details>

<summary>Can I use another source than Close?</summary>

Yes—use the **Source** input to compute ROI on your preferred series.

</details>

<details>

<summary>Does it repaint?</summary>

No. The ROI uses completed daily data; values update intrabar while a bar forms and lock after close.

</details>

<details>

<summary>How should I choose the right window?</summary>

Match the window to the decision you’re making: 1M for tactical momentum, 3–6M for rotation, 1Y for business-cycle context. Keep it consistent across comparisons.

</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/risk-and-portfolio-management/period-roi/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.
