> For the complete documentation index, see [llms.txt](https://help.quantower.com/quantower/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-columns.md).

# DOM Trader Columns

You can choose which columns to display in the DOM Trader panel by activating them through the Settings of the panel or through the context menu (right-click).

<details>

<summary><mark style="background-color:blue;">Available Columns</mark></summary>

**Price**

**Bids/Asks**

<mark style="color:orange;">**Bids**</mark> *<mark style="color:orange;">(optional)</mark>*

<mark style="color:orange;">**Asks**</mark> <mark style="color:orange;"></mark>*<mark style="color:orange;">(optional)</mark>*

**Buy/Sell**

<mark style="color:orange;">**Buy**</mark> <mark style="color:orange;"></mark>*<mark style="color:orange;">(optional)</mark>*

<mark style="color:orange;">**Sell**</mark> <mark style="color:orange;"></mark>*<mark style="color:orange;">(optional)</mark>*

[**Liquidity changes**](#liquidity-changes-column-known-as-pulling-and-stacking)

[**Number of changes**](#number-of-changes)

[**Cumulative changes**](#cumulative-changes)

**Comments**

**Last Trade Size**

**Bid Trade Size**

**Ask trade Size**

[**Cumulative Size**](#cumulative-size)

[**Imbalance**](#imbalance)

**Profit & Loss**

**Profiles**

</details>

### Liquidity changes column (known as Pulling and Stacking)

Pulling and Stacking describe the summary of the Liquidity Order Book (LOB) for Bid and Ask Side separately. Stacking shows an increasing Volume in the Order Book for the Sell-Side (Ask) or Buy-Side (Bid) and therefore reflects a supportive intention for the price to move in the corresponding direction. Whereas the Pulling shows a decrease in the Volume in the Order Book and therefore a lack of interest.

![](/files/gxYnhZGEjDzlFFKAC4FA)

**Price.** \
The price scale displays the current price of an instrument. There can be placed: **Best Bid/Offer, Last, High, Low, VWAP.**

**Bids.**\
Displays the quantities of the current buy orders at the given price.

**Asks.**\
Displays the quantities of the current sell orders at the given price.

\
**Number of changes.**\
It shows how many times the values have changed at a particular price level (Bids x Asks) since the panel launched.

**Cumulative changes**\
It shows the total volume that changed at a specific price level since the panel launched.

#### *Why are Number of Changes and Cumulative Changes important?*

The liquidity in the Depth of the market is constantly changing due to very different types of reasons. The fast changes occurring simultaneously on the bid and ask sides are very difficult to track with the naked eye. It becomes even worse when you have over 10 levels.

This is the part where the number of changes and cumulative changes come in handy. For a buy trade, you would expect to see an increasing number of changes combined with higher cumulative changes, showing increasingly adding liquidity at a higher pace. Even better, would it be combined with a greater cumulative change on the ask side to the downside, showing participants eager to pull out the liquidity.

**Cumulative Size**\
It shows the sum of Limit order volumes for each subsequent level. This histogram allows estimating the dominating side of the market.

**Imbalance**\
It shows how many percents of buyers are more than sellers (and vice versa) for each price level.


---

# 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:

```
GET https://help.quantower.com/quantower/trading-panels/dom-trader/dom-trader-columns.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.
