# Create Futures Bot

## **Step 1: Adding a New Bot**

### 1. **Open the "Bots" section**

In the top menu of your platform, locate and click on the "Bots" tab. This page displays any existing bots (if available).

### 2. **Click "Add Bot"**

To create a new bot, click the "Add Bot" button located in the top-right corner of the screen, as indicated by the arrow in the screenshot.

<figure><img src="/files/MPQ7AYH5Y8ld4FfXEJao" alt="Create Futures Bot on Origami tech, click &#x22;add bot&#x22; in the top right corner"><figcaption></figcaption></figure>

## **Step 2: Entering Bot Information**

### 1. Provide the basic information about the bot

&#x20;A form will appear for entering the details of the new bot. Fill in the following fields:

* **Bot Name**: Enter the name of your bot (e.g., "Grid\_bot").
* **Account**: Select the exchange account that the bot will operate on.
* **Coins**: Specify the base currency (*Base Coin*) and the counter currency (*Counter Coin*) for the trading pair.
* **Margin Mode**: Choose between **Cross** and **Isolated** margin mode.
* **Leverage**: Select the leverage level for the bot. Higher leverage increases potential profits but also increases risk.

### 2. Click "Next"

After entering the required information, click the "Next" button to proceed to the next step.

<figure><img src="/files/ptGEaUnzhZSAXLwMLTKn" alt="setting up Create Futures Bot in origami tech "><figcaption></figcaption></figure>

## **Step 3: Configuring Trading Bot Parameters**

### 1. **Set Strategy Parameters**

In this step, you need to define the parameters that will guide the bot's trading actions:

* [**execute\_price**](/function/required-parameters/execute-price.md#execute_price-decimal-or-formula-greater-than-decimal): Specify the execution price. You can use the `ticker_futures()` function to automatically set the current price.
* [**execute\_volume**](/function/required-parameters/execute-volume.md#execute_volume-decimal-or-formula-greater-than-decimal): Enter the trading volume in units of the base currency.
* [**buy\_orders\_count**](/function/required-parameters/buy-orders-count.md#buy_orders_count-integer-or-formula-greater-than-integer) and [**sell\_orders\_count**](/function/required-parameters/sell-orders-count.md#sell_orders_count-integer-or-formula-greater-than-integer): Define the number of buy and sell orders the bot should place.

### 2. **Save Configuration**

After setting all the parameters, click **Save** to store the bot's configuration.

The bot will now be ready to operate based on the defined trading strategy.

<figure><img src="/files/SP5FA48B20spa3brc6fM" alt="Step 3: Configuring Trading Bot Parameters on origami tech"><figcaption></figcaption></figure>

## Step 4:  Import Preset

### 1. Select a Preset

* Click the **Import Preset** button.
* In the pop-up window, choose the desired preset from the list.
* You can switch between **Bot** (global strategies) and **Grid** (order grids) categories.

<figure><img src="/files/PlypRUHBTOAENFmMCRTU" alt="importing project preset for futures trading bot on origami tech"><figcaption></figcaption></figure>

### 2. Import Settings

* Review the preset parameters on the right side of the window.
* Click **Import** to load the selected configuration.

<figure><img src="/files/8mGUTRLrBn2iWdZi5qSv" alt="importing future bot settings on origami tech"><figcaption></figcaption></figure>

### 3. Modifying Parameters Before Importing

* After selecting a preset, its parameters will be displayed on the right side of the window.
* The values of the variables can be modified before importing, allowing users to customize the strategy to fit their needs.

<figure><img src="/files/f0Q9YBMklzQB9FTeIWKA" alt="Modifying Parameters Before Importing in origami tech"><figcaption></figcaption></figure>

### 4. Edit and Launch

* After importing, the preset parameters will automatically fill in the bot creation form.
* You can modify them before saving.
* Click **Save** to save the bot or **Save and Exit** to exit.

***


---

# 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.origami.tech/user-guide/create-futures-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.
