# Unbalanced Buy-Sell Order Grid Strategy

<figure><img src="/files/1OIawMeS6LGa3KFKQVFO" alt=""><figcaption></figcaption></figure>

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

**Strategy Features**: Buy and sell orders are set within a predetermined price range, but the number of buy and sell orders is unequal. If the market is expected to rise, there are more buy orders than sell orders; if a decline is expected, there are more sell orders than buy orders.

**Potential Returns**: This strategy attempts to enhance expectations for a particular market direction by adjusting the imbalance between buy and sell orders, aiming to achieve higher returns in the anticipated direction.


---

# 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.deltatrade.ai/user-guide/grid-trading-bot-creation-strategies/unbalanced-buy-sell-order-grid-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.
