Who this is for — Anyone executing size beyond immediate book depth. Splitting over time reduces self-inflicted market cost.
Order splitting divides a large order into smaller tranches over time — manual or algorithmic alternative to TWAP/VWAP. Goal: absorb liquidity gradually without revealing full intent and minimize market impact.
In plain terms — Don't buy all at once — slice over time, like a manual iceberg.
Implementation rules
| Parameter | Choice |
|---|---|
| N tranches | From size vs book depth |
| Interval | Minutes/hours — signal urgency |
| Participation rate | Max % of period volume |
| Order type | Limit default; market if urgent |
| Stop split | If cost/tranche exceeds threshold |
Dynamic parameters by regime — fixed split in all conditions is a common mistake.
Monitoring
- Log each tranche: price, slippage, impact
- Post-trade review in execution quality
- Pair with liquidity seeking and iceberg
Typical mistake — Slow split on urgent signal — market moves without you.
Example — 2,000 contracts, thin book: single −20 bps. 10 adaptive tranches: −9 bps.
Summary card
- Trigger: size > X% top-of-book.
- Tool: manual TWAP or broker algo.
- KPI: avg cost bps vs single order.
Gold path — Execution module. Index: Gold path.