# DOM Ladder

## Help:  (Depth of Market)

The **DOM Ladder** is a live **price ladder** that shows **bid and ask depth** from multiple exchanges in one scrollable panel. Use it next to the chart to see **where size sits**, how **spread** and **imbalance** move, and optional **microstructure signals**.

These pages explain **how to use the feature in the MRD app**. For **full signal definitions**, formulas, and example workflows, see the extended reference: DOM Ladder (detailed).

***

### Help topics

| Topic                    | What you’ll learn                                |
| ------------------------ | ------------------------------------------------ |
| Opening the DOM & layout | Where to turn it on, tick size, phone vs desktop |
| What you see on screen   | Columns, spread row, badges, tooltips            |

***

### Related help

| Topic                                 | Link                                                                             |
| ------------------------------------- | -------------------------------------------------------------------------------- |
| Chart Terminal (widgets, side panels) | Terminal help                                                                    |
| Footprint vs DOM                      | Footprint help — footprint shows **trades at price**; DOM shows **resting book** |


---

# 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/dom-ladder.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.
