# About Gunbot strategies

A strategy in Gunbot is a set of rules for trading, you can assign it to one or more trading pairs and tweak every setting precisely how you want it.

{% hint style="info" %}
**Gunbot strategies follow the AND principle**

Every buy or sell condition you set, must occur in the **same** round of processing.
{% endhint %}

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

{% content-ref url="/pages/-LdImDeIdAzJkqh5QGbS" %}
[Trading methods](/wiki/trading-strategy-options/about-gunbot-strategies/trading-methods.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdImDeJXEAYnOThG2Qo" %}
[Protections](/wiki/trading-strategy-options/about-gunbot-strategies/protections.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdImDeKF5GBg0ExR8WC" %}
[Regular strategies (spot trading)](/wiki/trading-strategy-options/regular-strategies-spot-trading.md)
{% endcontent-ref %}

{% content-ref url="/pages/-LdImDe\_DJ\_vb6r5cp3X" %}
[Margin trading strategies](/wiki/trading-strategy-options/margin-trading-strategies.md)
{% endcontent-ref %}

{% content-ref url="/pages/-MZIgI6E0G8BoVwYMstX" %}
[Custom strategies](/wiki/trading-strategy-options/custom-strategies.md)
{% endcontent-ref %}

## Presets

You can save as many strategy presets as you want. The built-in presets are generally meant as a good starting point for an individual strategy.

There are built-in presets for every available trading method. Additionally, there are a few pre-tuned presets available:

* **emotionless-medium:** same as the regular emotionless strategy, but less conservative when buying.
* **emotionless-fast:** same as the regular emotionless strategy, but very trigger happy when buying.
* **bbta-tssl:** a combination between buying with BBTA and selling with tssl.
* **gain-stochrsicross:** based on gain, combined with StochRSI in cross mode as  confirming indicator.


---

# 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:

```
GET https://gunthy.gitbook.io/wiki/trading-strategy-options/about-gunbot-strategies.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.
