Module 1 Β· Basics
Lesson 2 β€” Grid Parameters
⏱ 18 minutesπŸ†“ Free
Lesson 2 of 6 Β· 33% completed
πŸ“– Terms
Step (step) β€” distance between orders in %. Narrow = more trades, smaller profit. Wide = fewer trades, larger profit.
Levels (levels) β€” number of orders in the grid. More = wider coverage, but less capital per order.
Position size β€” size of one order in $. Capital / levels.
Range β€” price range. Top + Bottom boundaries.
Maker fee β€” commission for a passive order. On Binance 0.02% spot, 0.018% futures. Significantly affects grid profit.

4 Main Parameters

β”Œβ”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β” β”‚ CAPITAL $1000 β”‚ β”‚ RANGE $3300 β€” $3700 β”‚ β”‚ LEVELS 20 (10 buy + 10 sell) β”‚ β”‚ STEP 2.0% β”‚ β”‚ POSITION SIZE $50 per order β”‚ β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

Calculation for Your Capital

Universal formula:

  1. Capital = how much you are willing to invest. $200, $500, $1000, $5000.
  2. Range = current price Β± acceptable deviation. ETH $3500 Β± 6% = $3300-$3700.
  3. Step = from 0.3% to 5%. Narrow grid = more trades, but more commissions.
  4. Levels = (range_top - range_bottom) / step / current_price Γ— 100. For our example: 400 / (3500 Γ— 0.02) = ~5 orders in each direction. Round up.
  5. Position size = Capital / levels = $1000 / 20 = $50.

Narrow vs Wide Grid

πŸ”¬ Narrow (step 0.3-0.5%)

Many trades (50+ per day). Small profit per trade. High commission. For active sideways markets (stables, low volatility).

🌐 Wide (step 2-5%)

Few trades (3-10 per day). Large profit. Less commission. For volatile assets in range.

Calculating for Binance

Binance spot fee 0.1% (maker), but with BNB discount 25% β†’ 0.075%. Plus referral bonus β†’ 0.06%.

This means your step should be at least 2Γ— the fee = 0.12% reset to cover the round trip. In practice β€” 0.3-0.5% minimum.

Breakout Protection

What if ETH flew to $4500 (beyond your grid)?

This is normal. The main protection β€” do not invest 100% of capital in the grid. Keep 50% on a Β«trend-followingΒ» bot or buy-and-hold.

Parameter Checklist for the Market

MarketStepRange
USDT/USDC (stables)0.05-0.1%Β±0.5%
BTC/USDC blue-chip0.5-1%Β±5-8%
Volatility altcoin1-3%Β±15-25%
Meme coin2-5%Β±30-50% (risky)
🎯 Main

4 parameters: capital, range, step, levels. Narrow grid for stables, wide β€” for volatile assets. Breakout protection β€” diversification (not 100% capital in the grid). In the next lesson β€” building a bot through Claude.

← Lesson 1Lesson 3: Building through Claude β†’