Create Spot Bot
Last updated
Last updated
In the top menu of your platform, locate and click on the "Bots" tab. This page displays any existing bots (if available).
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.
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.
After entering the required information, click the "Next" button to proceed to the next step.
In this step, you need to define the parameters that will guide the bot's trading actions:
execute_price: Specify the execution price. You can use the ticker()
function to automatically set the current price.
execute_volume: Enter the trading volume in units of the base currency.
buy_orders_count and sell_orders_count: Define the number of buy and sell orders the bot should place.
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.
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.
Review the preset parameters on the right side of the window.
Click Import to load the selected configuration.
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.
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.