# 1.8 Grid Bot

The **Grid Bot** automates trading to capitalize on price fluctuations within a defined range. It systematically places buy and sell orders at specific intervals, capturing profits as the market moves.

***

### When to Use a Grid Bot

The Grid Bot is particularly effective in sideways or range-bound markets. It continuously buys at lower price points and sells at higher ones, making consistent profits from market fluctuations within your specified range.

***

### Features Overview

| Feature              | Description                  |
| -------------------- | ---------------------------- |
| Leverage             | Cross / x10                  |
| Grid Count           | 2–30 (Arithmetic grids only) |
| Editable Post Launch | No                           |
| Termination          | Anytime                      |
| Order Visibility     | Only within Grid Bot panel   |

***

### Creating Your Grid Bot

#### 1. Select Leverage & Trading Mode

* Leverage: Cross margin, shared with manual trades
* Modes available: Neutral, Long, Short

> If you currently have a manual x10 position, the bot will automatically adopt this leverage.

***

#### 2. Set Price Range & Grid Number

* Define your **Lower Price** and **Upper Price** limits.
* Select grid count (between 2 and 30).
* Grid spacing is Arithmetic (equal intervals).

***

#### 3. Allocate Your Investment

* Set your total investment amount using the slider or numeric input.
* Real-time account overview includes:
  * Equity
  * Reserves
  * Margin Level
  * Effective Leverage

***

### Monitoring Your Active Bot

Once active, you'll see:

* Investment amount
* Configured price range
* Number of grids
* Live PnL tracking
* A quick termination option

> You can terminate your Grid Bot at any time to close all orders and secure profits or minimize losses.

***

### Frequently Asked Questions

**Q:** Can I use the bot with an existing x10 manual position?\
**A:** Yes, it automatically shares leverage.

**Q:** What is the maximum number of grids?\
**A:** From 2 to 30 grids.

**Q:** Can I track bot orders in the Open Orders tab?\
**A:** No. Bot orders are managed exclusively within the bot panel.

**Q:** Is the bot leverage separate from manual positions?\
**A:** No, leverage is shared across positions.

**Q:** Can I edit settings after launching the bot?\
**A:** No, editing is unavailable post-launch—only termination is allowed.

***


---

# 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.electra.exchange/electra-terminal-guide/1.8-grid-bot.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.
