> For the complete documentation index, see [llms.txt](https://docs.helixapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.helixapp.com/trading-bots/spot-grid-trading.md).

# Spot Grid Trading

### **What are Spot Grid Trading Bots?**

Spot Grid Trading Bots are automated trading tools that use grid trading strategies to capitalize on price movements in spot markets. These bots place buy and sell orders at predefined intervals within a specified price range, helping traders profit from market volatility.

All spot markets listed on Helix are supported, allowing you to create grid trading strategies for any available trading pair.

### **How to Set Up Your Spot Grid Trading Bot**

**1. Define Basic Parameters**

* **Price Range**
  * **Upper Bound**: The highest price to sell.
  * **Lower Bound**: The lowest price to buy.<br>
* **Number of Grids**
  * **More Grids**: Captures frequent price movements but results in smaller profits per trade.
  * **Fewer Grids**: Fewer trades but larger profit per trade.<br>
* **Capital Requirements**
  * Minimum of $50 worth of both base and quote assets.
  * Additional $5 per grid beyond the minimum, up to 150 grids.

**2. Select Distribution Type**

* **Arithmetic Distribution**: Equal intervals between grid levels, ideal for stable markets with consistent volatility.

### **Best Practices**

* Use **stop-loss orders** to protect against significant losses.
* Adjust grid spacing for market volatility:
  * **High Volatility**: Fewer grids with wider spacing.
  * **Low Volatility**: More grids with tighter spacing.
* Regularly review and optimize your strategy as market conditions change.


---

# 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://docs.helixapp.com/trading-bots/spot-grid-trading.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.
