Skip to content
Learning path Silver Repeatable method

Slippage and fees

Real operating costs — spread, commissions, slippage — turning gross edge into net edge.

Who this is for — Anyone backtesting at zero cost. Spread, commissions, and slippage can kill high frequency or small-target strategies.

Slippage and fees are friction on every order: broker tariff, bid/ask spread, difference between clicked and filled price. Net edge = gross − costs — the only metric that counts live.

In plain terms — Market entry tax — you always pay, win or lose.

SLIPPAGE & COMMISSIONI (L'ATTRITO DEL MERCATO) Profitto Lordo € 1000 (Il sogno nel Backtest) Slippage - € 200 Esecuzioni in ritardo Commissions - € 100 Broker e Spread € 700 (Netto Reale) Una strategia che vince €5 per trade su 10.000 esecuzioni sembra una miniera d'oro in teoria. Ma se paghi €3 di commissione e subisci €3 di slippage, il tuo conto viene lentamente dissanguato.
Backtest gross vs real net. Select a point to explore.

Components

Item What it is
Commissions Fixed or % fee per side
Spread Ask − bid (implicit cost)
Slippage Worse fill vs expected (volatility, size)

Round-trip = entry + exit — multiply by frequency.


Honest backtest

  • Insert stated commissions + fixed slippage per trade
  • If profit factor stays > 1.3–1.4 → edge survives
  • Scalping: compute break-even in ticks/R after costs

Typical mistake — «Zero fee broker» = widened spread — not free.

Example — Target +0.4R, costs 0.15R/trade → need win rate + payoff covering 37% of target in costs alone.

Summary card

  • Rule: punitive costs in backtest.
  • Live: track real slippage in journal.
  • Pair: trade frequency × cost/trade.

Silver path — Validation module. Index: Silver path.