# О стратегиях Gunbot

Стратегия в Gunbot - это набор правил для торговли, вы можете назначить ее одной или нескольким торговым парам и настроить каждый параметр точно так, как вы этого хотите.

{% hint style="info" %}
С**тратегии Gunbot с**ледуют принципу AND

Каждое установленное вами условие покупки или продажи должно проходить в одном и том же цикле обработки.
{% endhint %}

Because strategies are a very long topic, the documentation is split into different pages:

{% content-ref url="/pages/-M-pZT4qqjKhQg\_84RSG" %}
[Trading methods - Торговые методы](/wiki/russian/strategii-dlya-treidinga/untitled/trading-methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M-pZT4rQefRwRuw8rtK" %}
[Protections - Защита покупки](/wiki/russian/strategii-dlya-treidinga/untitled/protections.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M-pZT4sS8QU1v87u78X" %}
[Обычные стратегии (спотовая торговля)](/wiki/russian/strategii-dlya-treidinga/untitled-8.md)
{% endcontent-ref %}

{% content-ref url="/pages/-M-pZT57sKgVL4P57lbg" %}
[Маржинальные торговые стратегии](/wiki/russian/strategii-dlya-treidinga/untitled-7.md)
{% endcontent-ref %}

## Пресеты

Вы можете сохранить столько пресетов стратегий, сколько захотите. Встроенные пресеты, как правило, являются хорошей отправной точкой для отдельной стратегии.

Есть встроенные пресеты для каждого доступного метода торговли. Кроме того, есть несколько предварительно настроенных пресетов:

* **emotionless-medium:** такой же, как обычная бесчувственная стратегия, но менее консервативная при покупке.&#x20;
* **emotionless-fast:** то же, что и обычная безэмоциональная стратегия, но очень приятное срабатывание при покупке.&#x20;
* **bbta-tssl:** комбинация между покупкой с BBTA и продажей с помощью tssl.&#x20;
* **gain-stochrsicross:** основано на усилении в сочетании с StochRSI в перекрестном режиме в качестве подтверждающего индикатора.


---

# 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://gunthy.gitbook.io/wiki/russian/strategii-dlya-treidinga/untitled.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.
