# Volume on DMEX

The volume shown on the DMEX chart and in the trade history represents an aggregation of the price source volume and internal DMEX traded volume. The last column in the trade history table shows whether the trade shown was performed on DMEX (internally - "I") or on the price source exchange (externally - "E").

### Overlap volume display

When an external trade is shown in the Trade History it is generated by the one side of the order book overlapping the other side. For example, if a buy trade shows up in the trade list, it means that the buy side of the order book overlapped the sell side of the order book. This is important because it means that if your order was at the bottom of the sell side and the buy side overlapped it, your order would have been filled.

In other words, although not all trades shown in the Trade History and the chart are trades performed on DMEX, if your order would match the price of the trade, the order would have been filled. Therefore, for trading purposes the volume shown on DMEX is indicative of what is happening on the price source exchange and is effective in the sense that the volume is filling orders and triggering stop-losses.

{% hint style="info" %}
The Overlap volume model was developed to create an active trading environment and replicate the price source exchange.&#x20;
{% endhint %}

{% hint style="warning" %}
If you place an order to buy 1 BTC at the price of 7000$ and you see a trade of 6990$ happening, it means your order was filled. It is not possible for the price to go past your order without filling it.
{% endhint %}


---

# 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.dmex.app/traded-volume.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.
