# Footprint chart

## Help: Footprint chart

These articles help you **use the footprint view** in the MRD chart: what it shows, how the three display modes differ, and how to read the optional **signal markers**.

They are written for **traders and everyday users** — short sections, **what to do on screen**, and plain language (no code or build jargon).

***

### Topics

| Article              | What you’ll learn                                               |
| -------------------- | --------------------------------------------------------------- |
| Introduction         | What footprint adds compared to normal candles                  |
| Display modes        | Bid×Ask vs Delta vs Volume, and the side profile                |
| Reading & analysis   | How to scan a bar and use context                               |
| Signals on the chart | What labels like ABS / IMB / DIV mean (educational, not advice) |
| Tips                 | Zoom, combining with heatmap, common mistakes                   |

***

### Quick summary

* **Footprint** shows **how much traded at each price** inside the candle, and often **whether buyers or sellers were more aggressive** there.
* It does **not** tell you what to buy or sell by itself — use it together with your **plan**, **risk**, and **bigger-picture** levels.

***

### For developers only

If you are **building** an app with our chart engine (code, WebAssembly, data feeds), see the technical doc: Footprint Chart (developer).

***

### Related help

| Topic                            | Link                    |
| -------------------------------- | ----------------------- |
| Using the full chart screen      | Chart Terminal help     |
| DOM Ladder (book depth)          | DOM help                |
| Indicators                       | Indicators help         |
| Orderbook heatmap (behind price) | Orderbook heatmap guide |


---

# 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.mrd-indicators.com/terminal/widget/footprint-chart.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.
