Orders, fees & slippage

Reading time ~6 min · Last updated 2026-07-17

Strategy decides what you trade; order mechanics decide what you actually get. BitBreakout supports three order types plus a reduce-only flag — the same core toolkit as a real venue.

The three order types

TypeWhat it doesUse whenFee
MarketFills immediately by walking the order book — price not guaranteedGetting in/out now matters more than priceTaker 0.04%
LimitRests in the book; fills only at your price or betterPrice matters more than immediacyMaker 0.02%*
Stop-MarketDormant until price touches your trigger, then becomes a market orderStop-losses and breakout entriesTaker 0.04%

*A limit order that crosses the spread fills immediately and pays the taker fee instead.

Maker vs taker — why the fees differ

A resting limit order adds liquidity to the book — it makes the market deeper for everyone, so it pays the lower rate (0.02%). A market order removes liquidity, so it pays more (0.04%). On a 30,000 USDT position, that is 6 vs 12 USDT per side — small per trade, decisive over a 90-day season of trading.

Slippage — the hidden cost of market orders

A market order on BitBreakout has no protective price cap. It consumes order-book levels until your full size is filled and you pay the volume-weighted average of those levels. In a deep, calm market that is a rounding error; in a thin or fast market it is not.

Worked example — a market buy walking the book
OrderMarket buy 2 BTC-PERP, best ask 60,000
Fills0.8 @ 60,000 · 0.7 @ 60,020 · 0.5 @ 60,050
Average fill (VWAP)≈ 60,019.5 — about 0.03% above the screen price
Plus taker fee 0.04% on ≈120,039 notional≈ 48 USDT — total cost of immediacy ≈ 87 USDT

Stop orders — the direction rule

A stop triggers when price reaches it, so it must sit on the far side of the market: a buy stop above the current price (breakout entry, or closing a short), a sell stop below (the classic stop-loss on a long). The terminal enforces this; understanding why prevents the most common beginner order error — placing a "stop" where a limit belongs.

Reduce-only

Tick Reduce-Only and the order can only shrink or close an existing position — never flip it or grow it. Use it on every stop-loss and take-profit so a stale order can't accidentally open a fresh position later. Reduce-only orders also require no additional margin.

Key takeaway

Limit orders buy price certainty, market orders buy time certainty, stops automate your exits — and reduce-only keeps exits from becoming accidental entries. For click-by-click mechanics, see the Platform Tutorial.