# Сделки

Окно **Сделки** отображает список сделок текущей торговой сессии, финансовый результат и общую комиссию. &#x20;

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

<table><thead><tr><th width="190">Колонка</th><th>Описание</th></tr></thead><tbody><tr><td>Подключения</td><td>Подключение через которое была совершена сделка.</td></tr><tr><td>Тикер</td><td>Инструмент на котором была совершена сделка.</td></tr><tr><td>Направление</td><td>Направление сделки (Long или Short).</td></tr><tr><td>Объем</td><td>Объем сделки в лотах.</td></tr><tr><td>Объем USD</td><td>Объем сделки в USD.</td></tr><tr><td>Цена открытия</td><td>Средняя цена открытия сделки.</td></tr><tr><td>Цена закрытия</td><td>Средняя цена закрытия сделки.</td></tr><tr><td>Процент</td><td>% от средней цены открытия до средней цены закрытия.</td></tr><tr><td>Прибыль</td><td>Прибыль в USD.</td></tr><tr><td>Комиссия</td><td>Комиссия биржи за сделку.</td></tr><tr><td>Фандинг</td><td>Время фандинга.</td></tr><tr><td>Время закрытия</td><td>Время закрытия сделки.</td></tr></tbody></table>

{% hint style="info" %}
Для того чтобы убрать столбцы, уберите чек-боксы напротив ненужных элементов в ![](/files/TF15idjkvhas90EjZula) Настройках окна.

Для сброса информации о сделках нажмите кнопку "Сбросить всё".&#x20;
{% 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://metascalp.gitbook.io/metascalp/windows/trades.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.
