# Depth of Bid / Ask

The indicator displays two lines — the sum of Bids and the sum of Asks — allowing you to visually assess the imbalance of liquidity between buyers and sellers. The sum of each line dynamically changes until the current bar is formed, and after the bar closes, the value is fixed.

{% hint style="info" %}
Please note that the values of the lines are updated in real-time as new orders are placed and executed.
{% endhint %}

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

The indicator can be applied to different types of charts, including range and time-based charts. However, it is recommended to use it on very small timeframes, such as 1-sec or 5-second charts.

Additionally, you have the flexibility to add multiple instances of the indicator, each with a different number of levels. This allows you to customize your analysis based on your preferences.

<figure><img src="/files/ZSUwVxVv0XNxy8HCYI8j" 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://help.quantower.com/quantower/analytics-panels/chart/technical-indicators/volume/depth-of-bid-ask.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.
