# Почему на бирже не отображены открытые ордера, которые выставляет бот?

Бот работает по FOK ордерy, то есть открывает позиции в моменте при достижении триггерных отметок. Тем самым, бот не задействует сразу весь депозит и работает в условиях реально рынка. Поэтому все ордера хранятся в памяти бота и открываются в моменте. Это позволяет и гибко распоряжаться одним депозитом в рамках нескольких стратегий и иметь возможность получать больше прибыли и лучшие точки покупок при резких движениях рынка за счёт трейдинг ордеров.


---

# 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://hash7-gitbook.gitbook.io/ru/faq/obshee/pochemu-na-birzhe-ne-otobrazheny-otkrytye-ordera-kotorye-vystavlyaet-bot.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.
