The True Cost of Spread: How Scalpers Lose Thousands in Fees
Spread is the only fee you pay on 100% of trades — and it compounds silently. A "small" 1.5-point spread can cost a scalper more than $4,500 a year on a single 0.1-lot position. Measure yours with the free spread and swap cost calculator, then apply the six fixes below.
Table of Contents
1. The Spread Cost Formula
Annual spread cost = spread (points) × trades/day × days/month × 12 × lots × value-per-point-per-lot. A 1.5-point EURUSD spread at $1/point per 0.1 lot: 1.5 × 10 × 21 × 12 × 0.1 × 1 = $378/year per 0.1 lot, 10 trades/day. Now add position size: the same scalper on 1.0 lots pays $3,780/year. This is arithmetic — not an opinion — and it works against your expectancy on every single trade.
The brutal comparison: if your average win is 5 points and you pay 1.5 points each way (3 points round trip), the spread eats 60% of your gross edge before you've done anything.
2. Annual Cost by Trading Style (0.1 lots, 1.5pt spread)
| Style | Trades/Day | Spread Cost/Year | Verdict |
|---|---|---|---|
| Position/Swing | 0.2 | $7.56 | Negligible |
| Day trading | 2 | $75.60 | Manageable |
| Scalping | 10 | $378.00 | Eats most edges |
| High-frequency scalping | 30 | $1,134.00 | Unsustainable on retail accounts |
3. Swap Fees: The Overnight Tax
Swap (rollover) is interest charged or earned for positions held past 17:00 New York time. Two traps: Wednesday is triple-swap (charges three nights for the weekend), and negative-carry pairs bleed daily — long XAUUSD and long high-yielders-against-USD positions typically pay swap every single night.
A swing trader holding 1 lot of gold at −$30/night for 15 nights/month pays $450/month in swap alone. Add that to the spread math and many "profitable" swing strategies are net-negative. The spread and swap calculator models both.
4. Why Spread Kills Scalping Strategies
Scalping survives on win rate, not reward size. A 5-point target with a 1.5-point spread means the market must move 6.5 points in your favor to net 5. Your "70% win rate" backtest that ignored spread is a fantasy — the same strategy with spread modeled drops to roughly coin-flip expectancy.
Before live trading any scalping EA: compute its annual spread bill, then subtract it from the backtest's net profit. If the result is negative, the strategy was never profitable — the backtest was just arithmetic with the fees deleted.
5. Six Ways to Cut Trading Fees
| 1 | Trade ECN/RAW accounts — spread drops from 1.2–1.8 to 0.1–0.3 points on majors (plus small commission). |
| 2 | Use limit orders — entering on a limit skips the spread on entry and often earns it instead. |
| 3 | Cut trade frequency — 3 high-quality setups beat 15 mediocre ones before fees are even counted. |
| 4 | Close before Wednesday rollover (17:00 NY) if your swap is negative — triple-swap day. |
| 5 | Avoid high-volatility minutes (news) when spreads widen 5–10× — check the economic calendar. |
| 6 | Automate the discipline: an EA with a max spread filter simply refuses bad entries. Our free MQL5 snippets include one, ready to paste. |
FAQ
How much does spread cost a scalper per year?
At a 1.5-point spread, 10 trades/day on 0.1 lots: about $378/year per 0.1 lot. On 1.0 lots that becomes $3,780 — often more than the strategy's net edge.
What is triple swap Wednesday?
Positions held through Wednesday 17:00 New York time are charged three nights of swap to account for the weekend. Negative-carry positions should be closed or hedged before then.
Which is cheaper: spread or commission accounts?
For active traders, RAW/ECN (0.1–0.3 point spread + commission) usually beats standard accounts (1.2–1.8 points, no commission) by 60–80%. Compute both with the spread cost calculator.
Can an EA filter out high-spread entries?
Yes — a max-spread check is a standard risk filter. The free MQL5 snippet generator provides a ready-to-paste SpreadOK() function, and the MT5 EA builder includes it as a built-in filter.