Performance
How to measure your VPS latency to your broker
4 min readUpdated July 2026
Before you tune anything, measure it. Knowing the actual round-trip time to your broker tells you whether your setup is fast enough for your strategy — and lets you prove the improvement after moving to a low-latency VPS.
1. The fastest check — inside MetaTrader
- Look at the connection indicator in the bottom-right corner of MT4/MT5.
- Hover over it: MetaTrader shows the ping to the current trade server in milliseconds.
- For a live reading, open the Journal tab and watch the connection times, or right-click the indicator to switch to the nearest access point.
The MetaTrader ping reflects the path to your broker's server specifically — this is the number that matters for execution, not a generic internet speed test.
2. Command line — ping and tracert
For a precise, repeatable measurement, use Windows' built-in tools from your VPS. First ask your broker for their trade server's hostname or IP (e.g. mt5-live.yourbroker.com).
- On the VPS desktop, press Win+R, type 'cmd' and press Enter.
- Run: ping mt5-live.yourbroker.com — note the average time in ms over several replies.
- Run: tracert mt5-live.yourbroker.com — this shows each network hop and where any delay is introduced.
- Under ~5 ms — excellent; ideal for scalping, news and arbitrage EAs.
- 5–30 ms — good for most automated and manual strategies.
- Over ~50 ms — you'll likely benefit from a VPS closer to your broker's data center.
3. Compare before vs after
Record the ping from your home connection first, then run the same test from your VPS. Traders switching from a home PC to a data-center VPS next to NY4/LD4 routinely see round-trip times drop from tens or hundreds of milliseconds to low single digits.
Our New York (Piscataway, NJ) location sits beside the NY4/LD4 hubs, so major brokers are typically sub-1ms away. Measure on day one and keep it as your baseline.
Related guides
Ready to run your EAs 24/7 on a low-latency VPS?
Get started