TradifluxTradiflux

Grid Bot

The Grid Bot places buy and sell orders at evenly spaced price levels within a range. When price oscillates, the bot captures profit from each level crossing.

How It Works

  1. Define a price range (upper and lower bounds)
  2. Set the number of levels (e.g., 8)
  3. Set grid spacing (e.g., 0.8%)
  4. Set total allocation (e.g., $2,000)

The bot divides your allocation across the levels and places Smart Orders at each one. As orders fill, new ones are placed to maintain the grid.

Configuration

ParameterDescription
Upper PriceTop of the grid range
Lower PriceBottom of the grid range
LevelsNumber of grid lines (4-50)
Grid SpacingDistance between levels (% or absolute)
Total AmountTotal capital allocated to the grid
Stop LossOptional global SL for the entire grid

Creating a Grid Bot

  1. Navigate to Bots in the sidebar
  2. Click + New BotGrid Bot
  3. Select an exchange and trading pair
  4. Configure the grid parameters
  5. Review the preview and click Start

Or use the AI Copilot:

"Create a grid bot on BTCUSDT with 8 levels, 0.8% grid spacing, and $2,000 total allocation"

Managing Bots

  • Pause — stops new order placement, existing orders remain active
  • Resume — restarts the bot from current state
  • Stop — closes all positions and cancels pending orders
  • Archive — removes from active view

Each bot shows real-time performance: total trades, realized PnL, and grid utilization.

See Also