> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/ru/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hash7-gitbook.gitbook.io/ru/faq/torgovye-boty-strategii.md).

# Торговые боты / Стратегии

#### 📚 Статьи в этом разделе:

1. [Почему отличается доходность в боте от доходности биржи (PnL)?](/ru/faq/torgovye-boty-strategii/pochemu-otlichaetsya-dokhodnost-v-bote-ot-dokhodnosti-birzhi-pnl.md)
2. [Было достижение триггерной цены на продажу, но бот не продал. С чем это может быть связано?](/ru/faq/torgovye-boty-strategii/bylo-dostizhenie-triggernoi-ceny-na-prodazhu-no-bot-ne-prodal.-s-chem-eto-mozhet-byt-svyazano.md)
3. [Почему сумма позиций в боте отличается от биржи?](/ru/faq/torgovye-boty-strategii/pochemu-summa-pozicii-v-bote-otlichaetsya-ot-birzhi.md)
4. [Почему в некоторых активах минимальная сумма шага 30/50 USDT?](/ru/faq/torgovye-boty-strategii/pochemu-v-nekotorykh-aktivakh-minimalnaya-summa-shaga-30-50-usdt.md)
5. [Почему в настройках нельзя указывать меньше 1% на покупку и продажу? ](/ru/faq/torgovye-boty-strategii/pochemu-v-nastroikakh-setki-nelzya-ukazat-menshe-1-na-pokupku-i-prodazhu.md)
6. [Почему установлена минимальная стоимость для покупки/продажи актива в размере 10 USDT?](/ru/faq/torgovye-boty-strategii/pochemu-ustanovlena-minimalnaya-stoimost-dlya-pokupki-prodazhi-aktiva-v-razmere-10-usdt.md)
7. [При запуске стратегии включается пауза по биржевому балансу. Что делать?](/ru/faq/torgovye-boty-strategii/pri-zapuske-strategii-vklyuchaetsya-pauza-po-birzhevomu-balansu.-chto-delat.md)
8. [Почему я не вижу стратегий своего пригласителя?](/ru/faq/torgovye-boty-strategii/pochemu-ya-ne-vizhu-strategii-svoego-priglasitelya.md)
9. [Пауза по системному балансу. Что это означает и как возобновить работу стратегии](/ru/faq/torgovye-boty-strategii/pauza-po-sistemnomu-balansu.-chto-eto-oznachaet-i-kak-vozobnovit-rabotu-strategii.md)
10. [Как бот будет покупать и продавать при изменении сетки в уже активной стратегии?](/ru/faq/torgovye-boty-strategii/kak-bot-budet-pokupat-i-prodavat-pri-izmenenii-setki-v-uzhe-aktivnoi-strategii.md)
11. [Что будет если бот закупиться и не продаст из-за падающего рынка?](/ru/faq/torgovye-boty-strategii/chto-budet-esli-bot-zakupitsya-i-ne-prodast-iz-za-padayushego-rynka.md)


---

# 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://hash7-gitbook.gitbook.io/ru/faq/torgovye-boty-strategii.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.
