> For the complete documentation index, see [llms.txt](https://hash7-gitbook.gitbook.io/en/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/en/quick-start/2.6-pro-strategy-settings-average-grid-bot.md).

# 2.6 ''Pro'' strategy settings (Average Grid bot)

👉🏻 To launch a strategy in **"Pro"** mode, you need to:

1. Go to the **"Portfolio"** tab and tap the plus icon in the top right corner;
2. Select **"Setup Average Grid bot"**;
3. Choose a trading pair for your further activity. You can select an asset paired with either **USDT** or **USDC**.

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

Setting up the ''Pro'' strategy gives you the opportunity to specify the following parameters yourself:

1. **Position amount:** the amount of one step in the grid.
2. **Profit percentage:** the percentage increase in asset price (from the average purchase price) at which the bot will sell the position.\
   \
   \&#xNAN;*❗️❗️ **Minimum values:***\
   ***-*****&#x20;from 0.5%** – for Binance,\
   \- **from 1%** – for all other exchanges.
3. **Grid configuration**: a section for manual customization of the strategy’s grid.
4. **Price Range:** the price range is the values within which your chosen asset is traded in the market. This range includes the minimum and maximum price at which the position will be bought or sold. Going beyond these limits the bot will sell the available asset, but will not make purchases.

<figure><img src="/files/IFZP9gFJ1Lf8tTj0dkRi" alt="" width="375"><figcaption></figcaption></figure>

### Grid configuration

In the "Grid Configuration" section, tap the three dots in the top right corner and then select "Edit".

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

For each purchase, you specify the percentage drop in price at which the bot will buy the asset (**Buy**) and the minimum position value (**Multiplier**). The position value is set by entering a number that will be multiplied by the base position size you defined in the "Position Size" field.

* To save the grid settings, tap "Save" in the top right corner.
* To complete setting up the strategy in "Pro" mode, tap the "Create" button.

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


---

# 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/en/quick-start/2.6-pro-strategy-settings-average-grid-bot.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.
