# What Is the AI Grid Trading Strategy?

#### What is the AI Grid Trading Strategy? <a href="#cc6h2k" id="cc6h2k"></a>

The AI Grid Trading Strategy is a trading strategy for swings market for spot based on the classic grid strategy what deep optimization of the return/risk ratio by uTrading team.

The AI grid strategy is an automated strategy that executes buying low and selling high in a specific price range. You only need to set the highest price and lowest price in the range, determine the number of grids to be subdivided, and start running the strategy. The strategy calculates the price of each small grid to buy low and sell high, automatically placing orders, and continuously absorbing low and sell high to earn the profit brought by volatility as the market fluctuates.

**Profitability of AI grid strategy**

By setting the price range, the robot will divide the funds into many parts, buy one if the price falls by one grid, then place a sell order that is one grid higher than the buying price, and sell when the price rises to this grid. Each time the selling price is a little higher than the buying price. If it keeps falling, keep buying until the lower limit of the range; If it keeps rising, keep selling until the upper limit of the range. If the price goes up or down, buy low and sell high. In this way, with market fluctuations and cyclic placing orders and transactions, you can continue to earn fluctuation gains in the volatile market.

<figure><img src="https://2235159847-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FgTaR88gN1nbfnMB7d1tU%2Fuploads%2FKddk0bxsftG4bv9pijTt%2FWhat-is-the-AI-Grid-Trading-Strategy.png?alt=media&#x26;token=8e8d4217-6fc4-4920-b9f3-982606402a45" alt=""><figcaption></figcaption></figure>


---

# 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://help.utrading.io/en/trading/trading-bot/manual-trading/manual-trading-straregy/what-is-the-ai-grid-trading-strategy.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.
