# Tips & reading the market

## DOM Ladder — tips & reading the market

This page is **educational**: it describes **how many traders use** depth and ladder-style tools. It is **not** investment advice, and the DOM **does not predict** prices. Always combine what you see with **your own plan**, **timeframe**, and **risk rules**.

***

### Core idea

The DOM shows **resting liquidity** (orders waiting in the book), not guaranteed future trades. Large size can **move**, **cancel**, or **execute** in milliseconds. Treat every read as a **snapshot** that must **confirm** over a few updates.

***

### Practical tips

#### 1. Pick a tick size and stay consistent

Changing the tick **changes the picture**. For one session, pick a tick that lets you see **both** the **inside** (near best bid/ask) and a **few** levels of context. If rows are too crowded, **widen** the tick; if the ladder feels empty, **narrow** it.

#### 2. Watch persistence, not one flash

A **single** large number can be noise or a **spoof**. What matters more for many readers is whether size **stays** through several updates or **reappears** after small trades. **Persistent** walls or gaps often interest people more than a one-frame spike.

#### 3. Pair the ladder with a chart structure

Use the DOM to **answer questions** about levels you already have on the chart:

* Is there a **resting size** **above** resistance or **below** support?
* As price **approaches** a level, does depth **build** (interest) or **thin out** (air)?

No level on the chart **requires** a visible wall in the book—but a mismatch (strong level, **empty** book) is a clue to **question** your thesis.

#### 4. Spread and imbalance together

**Tight spread** + **stable** top-of-book size often suggests a **liquid** moment. **Wide spread** or **jumping** best prices can mean **thin** liquidity or fast conditions—size up and slippage risk accordingly.

**Imbalance** (more bid vs ask size near the touch) describes **stacking**, not direction by itself. Some traders look for **imbalance in the direction of the trend** as a **continuation** hint; others look for **extreme** imbalance **at** a level as a possible **exhaustion** if the price **fails** to follow through.

#### 5. “Pulling” and “stacking” (informal language)

* **Pulling**: size **vanishes** ahead of price (offers lifted as buyers step in, or bids pulled as sellers press). Readers often watch whether the book **defends** a price or **steps back**.
* **Stacking**: the new size **adds** on a side as the price approaches. It can mean **genuine** interest or **layering**—again, **persistence** and **trade confirmation** matter.

#### 6. Walls, gaps, and absorption (if your plan shows them)

* **Wall**: a **thick** layer. Price may **slow**, **bounce**, or **push through** if aggressive flow eats it.
* **Gap** (thin band): sometimes price **moves through quickly** if there is little resting size.
* **Absorption** (in advanced reads): aggressive trades hit a level but price **stalls**—some interpret that as **one side taking** the flow.

Use your **signal definitions** in the full DOM reference for exact meanings in this app.

#### 7. Session and news

Book behavior **changes** at session opens, during **macro** prints, and on **low-volume** hours. A pattern that “worked” in US hours may **not** behave the same in Asia. After **news**, wait until the **spread** and **update cadence** look normal before trusting fine-grained reads.

***

### Example reading frames (scenarios)

These are **frameworks**, not setups to copy blindly.

| Situation                  | What some traders ask the DOM                                                                                                           |
| -------------------------- | --------------------------------------------------------------------------------------------------------------------------------------- |
| **Trend continuation**     | Is pull **mostly** on one side of the book in the trend direction? Does imbalance **hold** on pullbacks?                                |
| **Range / mean reversion** | Near the **top** of the range, is **ask** size building? Near the **bottom**, **bid** size? Does price **reject** with visible defense? |
| **Breakout**               | Through the level, is the next “step” **thin** (possible **run**) or **thick** (possible **stall**)?                                    |
| **Failed breakout**        | Price pokes through but **re-enters** the range—did the book **refill** against the break on the next updates?                          |

***

### Common mistakes

* **Treating the book as a promise** — it can change faster than you click.
* **Ignoring the chart** — DOM works best as a **second** lens, not a replacement for structure.
* **Over-trading every badge** — signals are **filters**, not automatic entries.
* **Wrong tick for the job** — too fine on a volatile alt = noise; too wide on a slow name = missing detail.

***

### Where to go next

* What you see on screen — map of the panel
* DOM Ladder (detailed) — full signal list and workflows
* Depth Profile tips — multi-exchange aggregation angle

← DOM help home


---

# 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/tips-and-reading-the-market.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.
