# Grid Trading Bot Creation Strategies

The creation of grid strategies is influenced by multiple factors, which can be categorized based on different criteria and tailored to various user groups.&#x20;

Distinguished by the width of the price range:

* **Wide Price Range**: Generally Represents Lower Risk
* **Narrow Price Range**: Generally Represents Higher Risk

Distinguished by the distribution of the grid intervals:

* **Pure Buy Order Grid Strategy**
* **Pure Sell Order Grid Strategy**
* **Unbalanced Buy-Sell Order Grid Strategy**


---

# 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.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.
