> 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/risk-adjusted-performance/multi-asset-monthly-returns-heatmap/features.md).

# Features

Built for macro investors and portfolio managers, this Multi-Asset Heatmap goes beyond simple price tracking by offering cross-market performance comparisons. Discover its key capabilities below:

* **Comprehensive Asset Tracking**: Analyze the performance of up to 28 different customizable assets simultaneously. The default list covers major equities, bonds, commodities, and REITs.
* **Quarterly Layout**: The heatmap table intelligently groups months into quarters (Q1-Q4) for easy visual segmentation and quarter-over-quarter analysis.
* **Dynamic Heatmap Scaling**: Fully customizable colors for bullish and bearish returns. The heatmap automatically scales its maximum color intensity bounds depending on the active Calc Mode (e.g., ±4% for Mean/Median, ±8% for Volatility, ±25% for Max/Min, and ±50% for Sum) to accurately highlight outliers.

#### Calculation Modes

The table automatically calculates and displays your chosen metric for each month per asset, dynamically updating the overall summary column. Select from the following modes:

**Mean**

Calculates the average historical return.

<figure><img src="/files/GQmfKpCbGIQhWhpS6oZA" alt=""><figcaption></figcaption></figure>

**Median**

Calculates the median historical return, helping to filter out extreme outliers.

<figure><img src="/files/NHWyPBLF5rapAJzIKVRV" alt=""><figcaption></figcaption></figure>

**Volatility**

Measures the historical volatility (risk) of returns for that month.

<figure><img src="/files/0MT8Ucjy1trSuKYiAYFK" alt=""><figcaption></figcaption></figure>

**Max**

Shows the single highest positive return historically recorded.

<figure><img src="/files/OgNyNY138OgRM345vccR" alt=""><figcaption></figcaption></figure>

**Min**

Shows the single lowest negative return historically recorded.

<figure><img src="/files/l1Vp1pWQGkbS2r0rfYWK" alt=""><figcaption></figcaption></figure>

**Sum**

Calculates the cumulative total of all historical returns.

<figure><img src="/files/9XKmCIoPhTyppNuQihpz" alt=""><figcaption></figcaption></figure>


---

# 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/risk-adjusted-performance/multi-asset-monthly-returns-heatmap/features.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.
