> For the complete documentation index, see [llms.txt](https://birdytradebot.gitbook.io/birdyai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://birdytradebot.gitbook.io/birdyai/recommended-strategies/strategies-for-ath-mode.md).

# Strategies for ATH mode

{% tabs %}
{% tab title="Safe" %}
**Strategy #1: Slow and steady growth**

**This strategy is best for:**

* Any state of the market
* Any initial investment&#x20;
* Low risk and slow growth

**How to use this strategy:**

1. Select ATH mode
2. Set TP to 30% and SL to 40%
3. Don't use MoonBag
4. Set any buy amount
5. Set ATH values to 10%
6. Set Top 10% Hold to 50%
7. Set Time Since Deploy to 12 hrs

Refer to this image to make sure your settings are set correctly:

<figure><img src="/files/E9x0KR9YO0wRVQFmi8vE" alt="" width="375"><figcaption><p>ATH mode strategy #1: Safe</p></figcaption></figure>
{% endtab %}

{% tab title="Medium Risk" %}

**Strategy #2: Fast growth by gambling**

**This strategy is best for:**

* Semi-Bullish+ state of the market
* Medium initial investment&#x20;
* Ready to take a few hits in a row

**How to use this strategy:**

1. Select ATH mode
2. Set TP to 100% and SL to 50%
3. Don't use MoonBag or use MoonBag <= 15% and MB TP 150-200%
4. Set any buy amount
5. Set ATH values to 10%
6. Set Top 10% Hold to 50%
7. Set Time Since Deploy to 12 hrs

Refer to this image to make sure your settings are set correctly:

<figure><img src="/files/XmaurFL9vNCxHXZvUedO" alt="" width="375"><figcaption><p>ATH mode strategy #2: Medium Risk</p></figcaption></figure>
{% endtab %}

{% tab title="Risky" %}

{% endtab %}
{% endtabs %}


---

# 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://birdytradebot.gitbook.io/birdyai/recommended-strategies/strategies-for-ath-mode.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.
