# FAQs

<details>

<summary>Why does US M2 look “steppy” on intraday charts?</summary>

M2 is a monthly macro series. On lower timeframes you’ll see discrete steps; use it for context, not timing.

</details>

<details>

<summary>Can I use spot crypto instead of futures?</summary>

Yes—change the symbols (e.g., BTCUSD/ETHUSD from your preferred exchange). Futures are provided by default for broader availability.

</details>

<details>

<summary>Do I need volume for this to work?</summary>

No—this indicator uses price only. It handles symbols with sparse data more gracefully than volume-based tools.

</details>

<details>

<summary>Why don’t all series start exactly on my chosen date?</summary>

If a symbol lacks data on that exact bar, the indicator uses the first available bar after the date. That ensures consistent, non-`na` indexing.

</details>

<details>

<summary>Does this indexing include dividends, distributions, or futures roll effects?</summary>

No—index levels are based on the instrument’s **price close** only. Dividends and distributions aren’t added back, and futures may reflect **roll/contract construction** artifacts. If you need total-return style comparisons, use **total-return tickers/indices** (when available) or dividend-adjusted series; for futures, prefer **spot** or a **back-adjusted continuous** contract that matches your methodology.

</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/market-structure-and-rotation/major-assets/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.
