# DOM Trader Columns

<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**

**Number of changes**

**Cumulative changes**

**Comments**

**Last Trade Size**

**Bid Trade Size**

**Ask trade Size**

**Cumulative Size**

**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 reflects therefore 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.

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

### **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 Number of Changes and Cumulative changes are important?*

The liquidity in the Depth of 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 comes on 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 higher cumulative change on the ask side to the downside, showing participants eager pulling out the liquidity.

### **Cumulative Size**&#x20;

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

### **Imbalance**&#x20;

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


---

# 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.thirddimension.exchange/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.
