# Booster Bot

The Booster Bot is our most popular strategy, and for good reason. It's a powerful and versatile tool designed to capitalize on markets that you believe are in a general uptrend, while automatically taking advantage of price dips along the way.

#### When to Use It?

The Booster Bot is ideal for **uptrending or volatile markets**. Use it when you are generally bullish on an asset but expect the price to fluctuate, creating "buy the dip" opportunities.

<figure><img src="/files/lw3NzDxFToN6EcFLgNrC" alt=""><figcaption></figcaption></figure>

#### How It Works

The Booster Bot is a sophisticated grid bot that combines two powerful strategies: **Grid Trading** and **Dollar-Cost Averaging (DCA)**.

1. **Grid Trading**: The bot sets up a "grid" of buy and sell orders within a defined price range. It aims to consistently buy low and sell high as the price moves within that range, generating profit from small fluctuations.
2. **DCA "Buy the Dip"**: If the price drops, the bot uses a DCA strategy to buy more of the asset at progressively lower prices. This lowers your average buy cost, positioning you for greater profit when the price recovers.
3. **Adaptive Trailing**: This is the key feature. If the price breaks out and moves above your initial grid range, the bot will automatically **trail the range upwards**. As it does this, it also **adaptively adds investment**, deploying more capital to fully capture the momentum of a strong uptrend.

#### Key Advantages

* **Automates "Buy the Dip"**: Takes the emotion and guesswork out of buying into a falling market.
* **Maximizes Uptrends**: The adaptive trailing and investment feature ensures you don't miss out on profits during a strong bull run.
* **Profits from Volatility**: Generates income from small price swings even when the market is moving sideways within its range.
* **User-Friendly Presets**: Comes with `Aggressive`, `Balance`, and `Conservative` presets to match your risk tolerance without needing to configure every detail.

#### Potential Drawbacks

* **Risk in a Downturn**: If the market trend unexpectedly reverses into a strong downtrend, the bot will continue to buy as the price falls. This can lead to holding a significant amount of an asset that is decreasing in value (unrealized loss).
* **Requires Capital**: The DCA strategy can require a significant amount of quote currency (like USDT) to be effective, as it needs funds available to buy the dips.

#### Example Scenario

Imagine ETH is trading at **$3,000**. You launch a Booster Bot because you think it will eventually go to $3,500, but might dip first.

1. The price drops to **$2,950**. The bot places its first buy order.
2. The price continues to fall to **$2,900**. The bot places a second, larger buy order, lowering your average entry price.
3. The market recovers. When the price hits **$2,950** again, the bot sells the assets it bought at $2,900, locking in a small, quick profit.
4. Later, the price surges to **$3,200**, moving above your initial grid. The bot's "Trailing Up" feature activates, moving the entire grid higher and deploying more investment to continue trading at this new level.

Of course. Based on your more detailed descriptions, here is the improved and expanded "Configuration" section for the `Strategy Guide: The Booster Bot`.

This new version explains not just *what* each preset is, but *why* a user would choose it based on their market outlook.

#### Configuration

When creating a Booster Bot, you can choose from three distinct presets, each designed for a different risk appetite and market entry strategy.

* Aggressive: For Strong Bullish Momentum

  This preset is designed for when you are highly confident the price will increase immediately. It performs a direct purchase to enter the market right away, then sets up a grid to sell high as the price rises.

  * Best for: Catching a fast-moving uptrend you believe is just beginning.
  * Behavior: Prioritizes immediate market entry over waiting for a dip.
* Balance: For Sideways or Gentle Uptrends

  This is the classic grid trading setup. It creates a trading range with the current price right in the middle. This positions the bot to immediately profit from volatility, buying the small dips and selling the small rises.

  * Best for: Markets that are fluctuating sideways or slowly climbing higher.
  * Behavior: Starts working immediately to capture profit from small price swings around the entry point.
* Conservative: For Patiently Buying the Dip

  This preset is for the cautious trader who wants to ensure they get a good entry price. It sets up a grid primarily below the current price and waits for a significant dip to occur before it begins to make its conservative purchases. Once it starts buying, it will trade within that lower range.

  * Best for: Users who are bullish long-term but expect a price drop in the short term.
  * Behavior: Patiently waits for the market to fall to its price targets before becoming active.

You can also use the Customize toggle to manually set advanced parameters like `Grid Step` and `Trailing Up`, giving you full control over the bot's behavior.


---

# 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://docs.algo724.com/bot-strategies-and-creation/booster-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.
