Follow a complete guide to build, configure, and deploy a Spot trading bot in Origami Tech, automate trading logic, and monitor performance effectively.
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.
Step 2: Entering Bot Information
1. Provide the basic information about the bot
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.
2. Click "Next"
After entering the required information, click the "Next" button to proceed to the next step.
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: 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.