# Market depth

The Market depth panel allows traders to view and trade Level II quotes. To open a new Market depth panel, go to Terminal -> Market depth.

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

The Market depth panel consists of several sections:

* Level I - only Level I quotes; Displays the following parameters when expanded:

Bid; Ask; Last; Bid size; Ask size; Last size; Last time; High; Low; Open; Previous close; Change; Change, %; Spread; Settlement price; Previous settlement price; Volume; Ask source; Bid source; Last source; Easy-to-borrow (ETB); Open Interest (available for Options and Futures); Funding; Countdown; Ind. auction price; Shortable; Reference price.

Note: additional parameter Open Interest (total amount of open positions) is available for Options and Futures.

* Position bar - short information about opened positions (quantity, average price, current profit and loss);
* Order entry is a compact bar similar to the Order entry panel. The quantity, type and Validity of an order, limit and stop price can all be adjusted here.
* Detailed quote section - this section includes the latest quotes data similar to Watchlist panel. But unlike Level I quotes, it shows the total volume at each price level. On the left side are Bid volumes, and on the right one – Ask volumes;

&#x20;The detailed quote section is the main part of the Market depth panel, and all other bars can be hidden. To select the way the panel looks, open context menu -> View:

<figure><img src="/files/2Bx2B3oK4KQuTGLJlsNQ" alt=""><figcaption></figcaption></figure>

Mirror view - if checked, Ask section columns of Market depth panel will be displayed backwards.

In the detailed quote section, offers with equal prices are grouped by the same color. There are five available color groups. The quotes with best prices are placed on the top and regrouped each time a new quote comes.

The detailed quote section is displayed as a table with the following columns:

* MPID (market participant ID) – ECN or exchange, where the orders are set;
* Price – buy or sell price from the highest Bid and the lowest Ask to lower Bids and higher Asks;
* Size – the volume being offered to purchase at a specified Bid price or to Sell at a specified Ask price;
* Time – time of offer;
* Avg. price – the price with slippage that appears because of low liquidity;
* Total size – the aggregated traded volume;
* Order – order number of this current price;
* Contr CCY value – the value of Ask/Bid size recalculated in the quoting currency, Price \* Ask/Bid size;
* Contr CCY Total value – the value of total Ask/Bid size recalculated in the quoting currency, Price \* Total Ask/Bid size.

### **Active columns and substitution of parameters in OE**

* Size – when clicking on the Size column, the price and size values will be substituted in OE;
* Total size – when clicking on the Total size column, the price and total size values will be substituted in OE;
* Price – when clicking on the Price column, only the price value will be substituted in OE (for Limit order – limit price, for the Stop limit order, Stop order, Trailing stop – stop price).

### &#xD;**Coloring methods**

The Market depth panel offers 3 coloring methods for Level 2 quotes. To set up the coloring method, go to the Context menu - > Coloring method.

* By price level – coloring system by color levels depending on price;
* Relative to volume – Level 2 quotes are colored on the assumption that the max volume has the most saturated color;&#x20;
* Size histogram – histograms are built according to volumes.

### Data source

In the Market depth panel a user can see the the extended information about the source of Last, Bid and Ask prices. In order to open the table with the detailed information, click on the ![](/files/kqEATs8kSZZldGx7SvIc) arrow and the widget will be shown.


---

# 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://guide.traderevolution.com/project/web-platform/trading-panels/market-depth.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.
