> 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/macro-and-liquidity/global-m2/faqs.md).

# FAQs

<details>

<summary>Why is Australia labeled AUM3 instead of M2?</summary>

Australia commonly publishes **M3** as the broader aggregate comparable to M2 elsewhere; using AUM3 preserves a consistent liquidity proxy.

</details>

<details>

<summary>My YoY shows “na” for a while—what’s happening?</summary>

YoY needs a **52-week** history. If the aggregate (given your current region toggles) lacks enough back data, YoY will be **na** until the lookback is filled.

</details>

<details>

<summary>Can I add alerts for crossings or threshold events?</summary>

The script doesn’t ship with built-in alerts, but you can create **manual alerts** on the Global M2 or its MA (e.g., crossing a value, moving up/down).

</details>

<details>

<summary>Which MA type should I prefer?</summary>

* **SMA** for structural regimes,
* **EMA** for faster inflection capture,
* **WMA** for a weighted middle ground.

Choose based on your asset’s responsiveness and timeframe.

</details>

<details>

<summary>Why don’t totals exactly match external dashboards?</summary>

Differences in **definitions, sources, update timing, and FX treatment** lead to minor discrepancies. This indicator aggregates TradingView ECONOMICS series with spot-like FX conversions at the chart’s resolution.

</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/macro-and-liquidity/global-m2/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.
