> 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/rabochee-prostranstvo/otkrytie-na-vsekh-birzhakh.md).

# Открытие монеты на всех подключённых биржах (Combo Стакан)

{% embed url="<https://youtu.be/W-n9UzlE5pU>" %}

Одну и ту же монету можно открыть сразу на всех подключённых биржах — это удобно для сравнения ликвидности и цены между площадками. Эта функция называется **комбо стакан**.

1. Откройте окно выбора монеты в рабочем пространстве.
2. Введите тикер монеты в поле поиска.
3. Нажмите **«++»** рядом с названием нужной монеты.

<figure><img src="/files/cFM6EAhz1RGmYh2JQQAQ" alt="" width="375"><figcaption></figcaption></figure>

После этого стаканы выбранной монеты откроются сразу на всех биржах, отмеченных в настройках комбо стакана.

{% hint style="info" %}
Для более корректной работы этой функции рекомендуем перед открытием монеты нажать кнопку **«Принудительно обновить список символов»**.
{% endhint %}

## Настройка комбо стакана

Комбо стакан можно настроить под себя: как открывать, показывать ли графики и какие именно биржи открывать. Для этого перейдите в **Настройки → Интерфейс → Комбинированный стакан**.

<figure><img src="/files/itHtQSiKzJk1Etv8c0TT" alt="" width="563"><figcaption></figcaption></figure>

| Параметр             | Значения                       | Что делает                                                                           |
| -------------------- | ------------------------------ | ------------------------------------------------------------------------------------ |
| **Открывать**        | В новой вкладке / В новом окне | Где откроется монета: отдельной вкладкой в текущем окне или в новом окне терминала.  |
| **Позиция графиков** | Без графиков / Сверху / Снизу  | Открывать ли графики вместе со стаканами и где их расположить относительно стаканов. |
| **Биржи в комбо**    | Галочки по биржам              | Какие именно биржи и рынки будут открываться.                                        |

{% hint style="warning" %}
При открытии Комбинированного стакана, откроются только те биржи, к которым выполнено подключение по Api или в режиме просмотра.
{% endhint %}

{% hint style="info" %}
Этот же раздел настроек описан в общем справочнике — [Настройки стакана](/colibri-docs/colibri-terminal/nastroiki/nastroiki-stakana.md).
{% 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/rabochee-prostranstvo/otkrytie-na-vsekh-birzhakh.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.
