Origami Documentation
User GuideFunction
  • User Guide
    • Create Project
    • Add accounts
    • API Key Creation
      • Hyperliquid
      • Binance
      • Bybit
      • OKX
      • Gate io
      • Mexc
      • HTX
      • Kucoin
      • BingX
      • Bitget
      • BitMart
    • Create Spot Bot
    • Create Futures Bot
    • Create Grid
  • Function
    • Required parameters
      • Buy Orders Count
      • Sell Orders Count
      • Execute Price
      • Execute Volume
    • Base logic
    • Optional parameters
      • Time Between Orders
      • Sleep After Seconds
      • Is Buy First
    • Functions
      • Ticker
      • Orderbook
      • Candles
      • VWAP
      • Amount Before Price
      • Amount Threshold Index
      • Symbol
      • Balance
      • Saved Balance
      • Group Balance
      • Mean
      • Median
      • Max
      • Min
      • Exp
      • Abs
      • Logn
      • Count
      • Random
      • Sum
      • Cached
      • Remove NaN
      • Is NaN
      • Var
    • Technical analysis
      • Relative Strenght Index
      • RSI to price
      • Average True Range
      • Bollinger Bands
      • Donchian Channel
      • Exponential Moving Average
      • Kaufman Efficiency Indicator
      • Kaufman's Adaptive Moving Average
      • Keltner Channels
      • Momentum Breakout Bands
      • Pivot Points
      • Percentage Price Oscillator
      • Percent B
      • Stop-and-Reverse
      • Stochastic Oscillator %K
      • Stochastic RSI
      • True Range
      • Triple Exponential Moving Average Oscillator
      • Volume Adjusted Moving Average
    • Structures
      • Balance
      • GroupBalance
      • Orderbook
      • OrderBookUnit
      • Symbol
      • Candle
    • Shortcuts
      • Base
      • Counter
    • Exchanges list
    • Pre-defined parameters
      • Order Pos
      • Side
Powered by GitBook
On this page
  • Step 1: Adding a New Bot
  • 1. Open the "Bots" section
  • 2. Click "Add Bot"
  • Step 2: Entering Bot Information
  • 1. Provide the basic information about the bot
  • 2. Click "Next"
  • Step 3: Configuring Trading Bot Parameters
  • 1. Set Strategy Parameters
  • 2. Save Configuration
  • Step 4: Import Preset
  • 1. Select a Preset
  • 2. Import Settings
  • 3. Modifying Parameters Before Importing
  • 4. Edit and Launch
  1. User Guide

Create Spot Bot

PreviousBitMartNextCreate Futures Bot

Last updated 2 months ago

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:

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.

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.

2. Import Settings

  • Review the preset parameters on the right side of the window.

  • Click Import to load the selected configuration.

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.

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.


: Specify the execution price. You can use the ticker() function to automatically set the current price.

: Enter the trading volume in units of the base currency.

and : Define the number of buy and sell orders the bot should place.

execute_volume
execute_price
sell_orders_count
buy_orders_count