> For the complete documentation index, see [llms.txt](https://metascalp.gitbook.io/metascalp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://metascalp.gitbook.io/metascalp/windows/listing.md).

# Листинги

Листинги также можно просматривать в MetaScalp, если пользователь вошёл в систему с KYC верифицированным аккаунтом.

**Предстоящие**

<figure><img src="/files/8oJ3E5rdQ3IOHlpqwEjQ" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="190">Колонка</th><th>Описание</th></tr></thead><tbody><tr><td><strong>Монета</strong></td><td>Название монеты.</td></tr><tr><td><strong>Быржи</strong></td><td>Иконки биржи.</td></tr><tr><td><strong>Время</strong></td><td>Время, когда состоится листинг.</td></tr><tr><td><strong>Осталось</strong></td><td>Оставшееся время до листинга.</td></tr><tr><td><strong>Линковка</strong></td><td>Объединения окон в одну группу на основе инструмента (тикера)․</td></tr><tr><td><strong>Действия</strong></td><td><p><img src="/files/RVFEBL5HAJTmPCLoS8ez" alt="" data-size="original"> Открывает комбо-окно.</p><p><img src="/files/5I7Bhw3xyBuUjdD3h5Je" alt="" data-size="line"> Открывает линковку окон․</p></td></tr><tr><td><strong>Фильтрация</strong></td><td>Фильтрует по колонкам.</td></tr></tbody></table>

**История**

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

<table><thead><tr><th width="190">Колонка</th><th>Описание</th></tr></thead><tbody><tr><td><strong>Монета</strong></td><td>Название монеты.</td></tr><tr><td><strong>Быржи</strong></td><td>Иконки биржи.</td></tr><tr><td><strong>Время</strong></td><td>Время, когда состоялся листинг.</td></tr><tr><td><strong>Изменение</strong></td><td>Изменение цены за выбранный промежуток времени․</td></tr><tr><td><strong>Сделки</strong></td><td>Количеству сделок  в заданный промежуток времени.</td></tr><tr><td><strong>NATR</strong></td><td>NATR (индикатор волатильности) в заданный промежуток времени. </td></tr><tr><td><strong>Объем</strong></td><td>Разница  между покупками и продажами в процентах от общего объёма за выбранный таймфрейм.</td></tr><tr><td><strong>Линковка</strong></td><td>Объединения окон в одну группу на основе инструмента (тикера)․</td></tr><tr><td><strong>Действия</strong></td><td><p><img src="/files/RVFEBL5HAJTmPCLoS8ez" alt="" data-size="original"> Открывает комбо-окно.</p><p><img src="/files/5I7Bhw3xyBuUjdD3h5Je" alt="" data-size="line"> Открывает линковку окон․</p></td></tr><tr><td><strong>Фильтрация</strong></td><td>Фильтрует по колонкам.</td></tr></tbody></table>

#### Настройки

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

**Настройки уведомлений о листинге**

Данный раздел позволяет настроить уведомления о новых листингах на выбранных биржах.

**Биржи**

Выберите биржи и площадки, по которым хотите получать уведомления о новых листингах. Доступны спотовые (S) и фьючерсные (F) площадки для каждой биржи.

**Напомнить заранее**

Выберите за какое время до листинга вы хотите получить уведомление:

5m / 10m / 15m / 30m / 1h / 2h

По умолчанию выбрано **15m**.

**Дополнительные настройки**

| Параметр               | Описание                                                                        |
| ---------------------- | ------------------------------------------------------------------------------- |
| Уведомить при листинге | Включает уведомление в момент появления нового инструмента на выбранных биржах. |
| Telegram               | Включает отправку уведомлений в Telegram.                                       |

**Сохранение**

Нажмите кнопку **Сохранить** для применения настроек.


---

# 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://metascalp.gitbook.io/metascalp/windows/listing.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.
