# How to change the price scale in DOM?

On some instruments, traders face the problem of a discharged DOM. The price step of the symbol is very small, and there are few applications. As a result, voids form in the glass. It is inconvenient for a trader to track the symbol since only a small part of the orders is visible.

In this case, the compression of the DOM (changing the scale of the price) will help to cope with the problem. This allows you to see the DOM in a compressed form with grouped volumes.

For example:

* If the price scale is 1, the price step is 0.01
* If the price scale is 10, the price step is 0.1

Thus, as the scale increases, the bid prices will be located closer to each other, and the empty space will be reduced. Visually evaluate the DOM so it will be much easier.

This feature is similar to what WEB interface of Binance has.&#x20;

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

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


---

# 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://wiki-en-macos.tiger.trade/features/how-to-trade/how-to-trade-in-dom/dom-settings/how-to-change-the-price-scale-in-dom.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.
