Spot Trading
How to Set a Binance Spot Grid: Range, Grid Count and Profit
Build a range example, estimate per-grid return and fees, and understand what happens when price breaks the grid.
A Spot Grid places layered buys and sells inside a preset range. It does not “automatically make money”; it mechanically expresses a view that price will oscillate for a period. A strong rise can sell inventory too early, while a decline keeps buying and leaves an unrealized loss.
Four inputs
- Lower price: below it, the bot normally stops adding lower buys.
- Upper price: above it, the bot normally stops adding higher sells.
- Grid count: number of intervals.
- Capital: controls order size and minimum-notional viability.
Simplified range example
For BTC from 56,000 to 64,000 with 8 arithmetic grids:
Grid spacing = (64,000 − 56,000) ÷ 8 = 1,000 USDT
Net profit per completed grid is not 1,000 USDT. It is the percentage difference times quantity, minus fees on both sides. More grids create more opportunities but smaller gross return per grid.
Break-even spacing
If both buy and sell fees are 0.1%, fees alone are roughly 0.2% of a round trip before slippage. The 0.1% rate is an illustrative assumption, not a live quote; check Binance’s official fee schedule page for current rates (verified July 2026). A target spacing near total cost can produce frequent trades with little or negative net gain.
Arithmetic grids use a fixed price difference. Geometric grids use a fixed percentage difference and can fit wider ranges. Always read the bot's displayed estimated profit because implementation can change.
Setup workflow
- Choose a liquid spot pair.
- Set a range from support, resistance and volatility—not copied parameters.
- Select grid count and confirm every order exceeds the minimum.
- Budget for fees and inventory risk below the range.
- Define a stop condition: range break, thesis change or maximum loss.
- Track grid profit, unrealized PnL and total PnL separately.
Avoid grids in strong one-way trends, thin books, event risk, unsupported “AI parameters,” insufficient capital or when you cannot hold the asset below the range.
See Binance's Trading Bots overview.
⚠️ Positive grid profit can coexist with a larger unrealized inventory loss. Judge the total result, not one metric.