# Wide Price Range

In grid trading, the risk involves the potential decrease in the total value of the investment due to price drops in the purchased token, rather than direct loss of the principal.&#x20;

With a wide fixed price range, using fewer grid lines can lead to higher returns if the market shows significant price fluctuations, as each grid handles a larger price change, increasing profit per transaction.&#x20;

However, in markets with minor price fluctuations, having more grid lines could be beneficial by increasing transaction frequency and capitalizing on small price movements to accumulate profits.&#x20;

Investors should adjust the number of grid lines based on expected market volatility to maximize returns and minimize risks.

#### The table below can help with understanding:

| Wide Price Range | Capital Invested | Price Fluctuation Magnitude | Number of Grid Lines | Relative Return Level |
| ---------------- | ---------------- | --------------------------- | -------------------- | --------------------- |
| Same             | Same             | Large                       | Few                  | High                  |
| <p><br></p>      | <p><br></p>      | <p><br></p>                 | Many                 | Low                   |
| <p><br></p>      | <p><br></p>      | Small                       | Many                 | High                  |
| <p><br></p>      | <p><br></p>      | <p><br></p>                 | Few                  | Low                   |


---

# 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/wide-price-range.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.
