Latency Benchmark Gauge
Click any zone to see what level of scalping it supports and what to do about it.
ULTRA
EXCELLENT
GOOD
ACCEPTABLE
UNACCEPTABLE
Slippage: Minimal — sub-pip execution typical
Slippage: 0.5–1 pip on average in normal market conditions
Slippage: 1–2 pips on average
Slippage: 2–4 pips on average, higher spikes
Slippage: 5–10+ pips typical, unpredictable
What Latency Do You Need for Profitable Gold Scalping?
Quick Answer
For M1 scalping: under 25ms is ideal, 50ms is the practical maximum. For M15 breakout EAs: 50–100ms is acceptable, the strategy absorbs the latency cost. The single biggest improvement: choose a VPS in the same data centre as your broker's MT5 server.
Why Latency Matters More for Scalpers Than Breakout Traders
The impact of latency is proportional to your trade target. Consider two scenarios with 50ms additional latency causing 2-pip average slippage on entry:
M1 Scalper — 5 pip target
2-pip slippage = 40% of target consumed on entry. Plus 1.5-pip spread = 70% of target consumed before the trade moves at all. The remaining 30% is 1.5 pips — this is the entire potential profit.
M15 Breakout — 25 pip target
2-pip slippage = 8% of target consumed on entry. Plus 12-pip spread (ECN) = 56% of target consumed — 11 pips of clean profit remaining. Much more viable despite same latency.
This is why Goldie Razor V2.8.4 — an M15 range breakout EA targeting 20–35 pips — can operate comfortably at 50–100ms latency that would make an M1 scalper unprofitable. The longer the target, the less sensitive the strategy is to execution latency.
How to Choose a VPS That Minimises Latency
The single most impactful choice is geographic: choose a VPS server in the same data centre as your broker's MT5 server. The most common broker data centres are:
LD4 — London Equinix
Slough, UK — Predominantly EU-regulated brokers
Look for "LD4" or "London" VPS providers. Beeks Financial Cloud, ForexVPS, and others explicitly offer LD4 colocation.
NY4 — New York Equinix
Secaucus, NJ, USA — US and global brokers targeting US sessions
Many commodity and CFD brokers use NY4 for their backup or US-session liquidity routing.
TY3 — Tokyo Equinix
Tokyo, Japan — Asia-Pacific brokers
Relevant for traders using APAC session gold trading.
Verify Your VPS Is Actually in the Right Location
Some VPS providers claim to be in London but their servers are in Amsterdam or Frankfurt — close but not the same data centre. To verify:
- On your VPS, open a browser and visit whatismyip.com — note the IP address
- Run that IP through iplocation.net — it will show the approximate physical location
- Run the latency test (ping your broker's server hostname) from the VPS
- Compare your VPS latency to MT5's displayed latency — they should match closely if the VPS is routing directly
Test Your Latency — 4-Step Guide
Run this on your VPS (not your home computer) for an accurate result.
Find your broker's MT5 server hostname
In MT5: Tools → Options → Server. Copy the full server hostname shown (e.g., trade.broker.com:443 — copy just the domain part without the port number).
Open Command Prompt (Windows) or Terminal (Mac/Linux)
On Windows VPS: press Windows key + R, type "cmd", press Enter. On Mac/Linux: open Terminal from Applications.
Run the ping test
Windows: ping [server-hostname] -n 20 Mac/Linux: ping [server-hostname] -c 20 This sends 20 test packets and shows individual response times.
Note the Average result in ms
At the bottom of the output, find "Average" (Windows) or "avg" (Mac/Linux). That millisecond figure is your round-trip latency. Also note any packet loss percentage — above 1% indicates connection quality issues.
What does your result mean?
Related Guides
Gold Bot Slippage: How to Minimize It
VPS latency is one of five slippage reduction layers covered in this guide.
Can You Really Make Money Scalping Gold?
Whether scalping is worth the latency investment — the broader profitability question.
Slippage Impact on Gold Scalping
What high latency costs you in concrete slippage terms per trade.
Which Broker Is Best for EA Trading?
Brokers with known server locations and data centre presence.
How to Connect Your EA to the Right Broker
Full setup guide including VPS configuration and connection verification.
Frequently Asked Questions
Goldie Razor V2.8.4
M15 breakout + H4 EMA filter — built for XAUUSD on MT5