Sign up with our partner broker and get free XAU/USD signals. JOIN US
LIVE MT5 BUILD 5830 LAST REV 2026-05-23
SESSION -- UTC --:--
SESSIONS
SYDNEY22:00–07:00 UTC
TOKYO00:00–09:00 UTC
LONDON07:00–16:00 UTC
NEW YORK12:00–21:00 UTC

MT5 broker server locations and why they matter

Most MT5 broker servers live in three buildings worldwide: Equinix LD4 in London, NY4 in New Jersey, and TY3 in Tokyo. Here is why, and how to test your latency to them.

PUBLISHED 2026-05-23 READING TIME 7 MIN MT5 BUILD 5830 CATEGORY BROKERS
Key points:
  • ~80 percent of MT5 forex broker servers live in three Equinix data centres: LD4 (London), NY4 (Secaucus NJ), TY3 (Tokyo).
  • These are also where major LPs and exchanges sit. Co-location with LPs means broker-to-LP latency is microseconds.
  • Your latency to the broker server depends on your physical location and your ISP's peering. Typically 5-50ms is good, 100ms+ is suboptimal.
  • For EAs and HFT strategies, a VPS in the same data centre as the broker server is the standard solution.

1. Why broker server location matters

Every order you send travels: your computer → ISP → internet backbone → broker's server → broker's routing layer → LP gateway → LP matching engine, then the response travels the same path in reverse.

The first half of that journey (your computer to broker server) is your responsibility. The second half is the broker's. The latency adds.

For typical retail trading on M5/M15 charts with holding times measured in hours, an extra 100ms each way does not matter. For:

  • News scalping (M1 or tick-level)
  • EAs trading rapid intraday signals
  • Spread trading or arbitrage
  • Stop-runs during volatile sessions

...latency starts to matter measurably. 200ms latency means you see a price 200ms after it became valid, and your reaction reaches the server 200ms after you act. The market can move several pips in that window.

2. The three buildings that run forex

Equinix LD4 (Slough, UK)

The hub for European FX. Located in Slough, just west of London. Houses servers for:

  • LMAX Exchange (the largest pure-ECN matching engine for FX)
  • EBS (broker-to-broker FX matching)
  • Refinitiv FX matching
  • Major banks' FX gateways (UBS, Citi, JPM, Goldman, etc.)
  • FXSpotStream
  • Most EU-regulated MT5 broker servers

If your broker is CySEC, FCA, or BaFin-regulated, their MT5 server is most likely in LD4. The proximity to LP gateways means broker-to-LP latency is sub-millisecond.

Equinix NY4 (Secaucus, New Jersey)

The hub for North American FX. Located in Secaucus, just across the Hudson from Manhattan. Houses:

  • Most US-regulated MT5 broker servers
  • NYSE, NASDAQ matching engines (technically in nearby Mahwah and Carteret but close enough that NY4 is the FX hub)
  • Major bank gateways
  • Hotspot FX

Some brokers with global customer bases keep their MT5 server in NY4 specifically to serve US-region traders well. If you are in North America and trading with an EU broker, latency to LD4 is 70-100ms from the US East Coast.

Equinix TY3 (Tokyo)

The hub for Asian FX. Located in Otemachi, central Tokyo. Houses:

  • JFSA-regulated MT5 brokers
  • Major Asian bank gateways
  • Asian LP pools
  • Tokyo financial exchanges

If you are trading from Singapore, Hong Kong, or Sydney, latency to TY3 is typically 50-80ms. To LD4 from the same locations, latency is 200-280ms.

3. Other locations

Some brokers host outside the big three:

  • Frankfurt (Equinix FR2 / FR5): some German and Central European brokers.
  • Singapore (Equinix SG3): regional brokers serving Southeast Asia.
  • Sydney (Equinix SY3): ASIC-regulated brokers serving Australia.
  • AWS / Azure regions: some smaller brokers run on cloud rather than dedicated data centres. Generally higher latency to LPs than a co-located deployment.

4. Finding out where your broker is

Method 1: ask broker support

"Which data centre is my MT5 server located in?" Most institutional brokers will answer directly. Retail brokers may be vague ("we have multiple servers globally"), in which case ask again about the specific server you are logged into.

Method 2: check the server name

Some brokers encode location in the server name: Broker-Live-London, Broker-NY-01, BrokerName-TYO-Demo. Not always, but worth checking.

Method 3: trace route

If your broker tells you the server hostname (e.g. live01.broker.com), you can resolve it to an IP and trace route. Last hops often show the city or data centre.

# Windows
tracert live01.broker.com

# Mac / Linux
traceroute live01.broker.com

Look at the last 2-3 hops. ISP names like "Equinix" or "Telehouse" indicate data centre. City names in DNS rDNS (like edge-router.lon01.example.net) indicate London.

5. Measuring your latency

MT5's built-in ping indicator

Look at the bottom-right of the MT5 window. There is a green icon labelled with milliseconds (e.g. 16/4 ms). The first number is round-trip ping to the broker server. The second is some MT5 internal metric (often unused).

Watch this number through a trading session. If it varies wildly (16ms one minute, 200ms the next), your local network is congested. If it is consistently high, your geographic distance is the issue.

From a terminal

For more precise measurement, ping the broker server hostname from a command line:

ping live01.broker.com

This gives you the network round-trip without MT5's internal overhead.

6. What is "good" latency?

RangeQualityTypical setup
0-5 msExcellentVPS in same data centre as broker
5-30 msVery goodVPS in same metro region, or home connection in same city
30-100 msGoodSame continent, residential broadband
100-200 msAcceptable for non-time-sensitive tradingDifferent continent, residential broadband
200-500 msPoorWifi congestion, far geographic distance, or both
500ms+UnworkableSeverely degraded connection. Diagnose and fix.

7. Using a VPS to reduce latency

If you are running EAs that need low latency, the standard solution is a VPS (Virtual Private Server) in the same data centre as the broker. Major options:

  • Beeks Financial Cloud: institutional-grade VPS in Equinix LD4, NY4, TY3, and a few others. Premium pricing.
  • FXVM: retail-focused VPS in major data centres. Lower pricing.
  • BeeksFX: retail product line from Beeks. Mid-tier pricing.
  • ForexVPS: budget retail VPS.
  • Your broker: many brokers offer free or discounted VPS for accounts above a threshold (often 5,000 USD).

For full comparison see our MT5 VPS comparison.

8. The cross-region latency problem

If you are physically located in a different region from your broker, you face an unfixable baseline latency. From Singapore to LD4 is approximately 180ms one way regardless of network quality. A VPS in Singapore gives you fast local access but does not solve the broker-server distance.

Solutions:

  1. VPS in the broker's data centre. Your manual trading from Singapore still has high latency, but your EA runs locally to the broker.
  2. Choose a broker whose server is closer to you. An Asian-regulated broker for an Asian trader.
  3. Accept that high-latency works for swing trading but not for scalping.

9. The peering-quality variable

Geographic distance is not the only latency factor. Your ISP's peering relationships with major backbone providers determine actual routing.

Example: an ISP in Sydney might route Sydney to London via a transcontinental cable through Los Angeles, adding 50ms over the direct (theoretical) path. A competitor ISP might route via direct Sydney-Singapore-London cables, saving the 50ms.

If your latency is significantly worse than expected for your geography, your ISP's peering is suboptimal. Switching ISP (or using a VPN to a better-peered location) can help.

FAQ

Should I worry about server location?

Only if your strategy requires fast execution. For swing trading on H4 or D1, location is largely irrelevant. For M1 scalping or news trading, it matters.

Can I see the server's IP address?

In MT5, View > Servers shows the connection list. The IP is not displayed directly but you can find it by resolving the hostname via your operating system's DNS tools.

Does broker server location affect spreads?

Yes, slightly. A broker co-located with their LPs gets the freshest prices and can pass them through faster. A broker with cloud-based servers far from LPs sees stale prices and adjusts spreads wider for safety.

What about VPN to broker location?

A VPN does not reduce latency. It typically adds latency due to the extra hop. VPNs solve a different problem (geo-blocking, privacy) and are not a latency solution.