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

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