> For the complete documentation index, see [llms.txt](https://colibri-2.gitbook.io/colibri-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://colibri-2.gitbook.io/colibri-docs/colibri-terminal/torgovlya/prosmotr-pozicij-i-orderov.md).

# Просмотр позиций и ордеров

{% embed url="<https://youtu.be/4wUGRdKI7q4>" %}

В терминале можно просматривать открытые ордера и позиции по всем биржам прямо из верхней панели — не переключаясь между стаканами. За это отвечает **бейдж** в верхней панели (например, `L0 C0 P0`) — сводка по вашей торговле: количество лимитных ордеров (**L**), условных/триггерных ордеров (**C**) и открытых позиций (**P**).

## Как открыть

1. Нажмите на **вкладку рядом с окном** (этот бейдж).
2. Развернётся окошко с информацией: здесь видно, есть ли у вас выставленные заявки или открытые позиции.

## Быстрый переход к заявке или позиции

В каждом ордере рядом с названием монеты есть **кнопка перехода** — кликнув на неё, вы сразу попадёте в нужное окно или вкладку, где размещена заявка или открыта позиция.

## Глаз в окне поиска монеты

Такой же функционал есть и в окне поиска монеты. Если по монете, которую вы ищете, уже открыты вкладки или окна, рядом с её названием появляется **глаз** — клик по нему перекинет вас во вкладку с этим инструментом.

{% hint style="success" %}
Это очень удобно, когда открыто множество стаканов, окон и вкладок: вы легко найдёте, где именно у вас заявки и позиции, а одни и те же монеты не будут дублироваться в разных окнах и вкладках.
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://colibri-2.gitbook.io/colibri-docs/colibri-terminal/torgovlya/prosmotr-pozicij-i-orderov.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
