AlgoVerdict

What Is Slippage? Causes, Impact, and How to Reduce It

Last updated: 02 June 2026

What Slippage Is

Slippage is the difference between the price at which you intended to place an order and the price at which it is actually executed. It occurs because the market moves in the milliseconds between order submission and fill — or because there is insufficient liquidity at the desired price.

For discretionary traders, slippage is an annoyance. For EAs and scalping strategies it is often the difference between a profitable and an unprofitable system: if your target per trade is 3–5 pips, even 1 pip of average negative slippage can eat you alive.

Why Slippage Occurs

Positive, Negative and Gap Slippage

Not all slippage is the same — the distinction matters for EA traders:

Realistic Magnitudes

Rough guide values for majors (EUR/USD, GBP/USD) at a good ECN broker, per order side:

Exotics, indices and crypto run considerably higher. What matters is not the single value but the average across many trades — exactly what you measure in your journal.

Impact on Automated Trading

Backtests typically assume perfect execution. In live trading, slippage shifts both entry and exit — for high-frequency or tightly-targeted EAs this can halve or entirely eliminate the edge measured in the backtest. A realistic slippage assumption therefore belongs in every serious strategy evaluation.

Worked example: how slippage eats an edge

A scalping EA targets 4 pips of profit at a 60% win rate with a 4-pip stop. Gross expectancy per trade: 0.6 × 4 − 0.4 × 4 = +0.8 pips.

With realistic execution: 0.8 pips of average negative slippage (entry and exit combined). Expectancy: 0.8 − 0.8 = ±0 pips — after commission the system is in the red. A strategy that was profitable in the backtest becomes a loser live, purely from execution costs the backtest never modelled. That is exactly why a conservative slippage assumption is mandatory — and the tighter your pip target, the more critical it gets.

How to Reduce Slippage

  1. Choose an ECN/raw broker with deep liquidity — see our broker reviews.
  2. Run your VPS close to the broker's server (ideally the same data centre, e.g. Equinix NY4) — see VPS for EAs.
  3. Control your trading hours: avoid trading market-moving news releases with market orders.
  4. Use limit orders wherever your strategy allows.
  5. Measure and monitor slippage — you can only optimise what you track.

Conclusion

Slippage is not a minor detail; it is a hard cost component of every automated strategy. Broker selection, VPS location, and order logic are the three levers that bring it under control — and they are exactly what we assess when evaluating brokers from an algo perspective.

Frequently asked questions

Is slippage always negative?

No. Slippage refers to any deviation between the expected and actual execution price — it can work in your favour (positive slippage) or against you. Across many trades, however, negative slippage tends to dominate for most strategies, because orders in fast-moving markets get filled at the next-worst available price.

Which broker type has the lowest slippage?

Generally ECN/raw-spread brokers with deep liquidity and servers in a financial data centre such as Equinix NY4. The key factors are liquidity depth, execution speed, and the proximity of your (V)PS to the broker's server.

How do I measure slippage on my EA?

Compare the requested price with the actual fill price for each order in your trading journal and average the difference in pips. MT4/MT5 log both values; many EAs can also be configured to record slippage per trade.