TradeVerge AI
Verified live
LoginGet Gold Core EA
← ALL ARTICLES
Execution & Brokers·May 6, 2026·13 min read

VPS hosting for MetaTrader 5, done properly

Uptime, proximity and a boring maintenance routine matter more than specifications. A practical setup guide.

BY TRADEVERGE ENGINEERING
Image · hero
Server rack detail shot with soft gold rim lighting, dark background
§ 01

Why local machines fail

A home computer is a fine place to develop and a poor place to execute. Windows updates reboot at inconvenient hours, residential connections drop, and power interruptions occur exactly during the volatility that produces the trades you most wanted to take. The failure mode is not that the machine breaks; it is that it stops paying attention for eleven minutes.

§ 02

Choose proximity over specification

MetaTrader 5 running one strategy on one symbol is not computationally demanding. Two virtual cores and four gigabytes of memory is comfortable. What matters is network distance to your broker's execution servers, because that is the variable that shows up in your fills.

  • —Identify your broker's server location — most publish it, and most cluster in London, New York or Tokyo.
  • —Pick a VPS in the same metropolitan area, and confirm sub-10ms round trip before committing.
  • —Prefer providers with published uptime histories over those with impressive marketing.
  • —Avoid oversubscribed 'forex VPS' resellers where CPU steal time makes latency unpredictable.
§ 03

The maintenance routine

  • —Disable automatic restarts and schedule updates for a fixed weekend window when markets are closed.
  • —Enable MT5's auto-restart and log the terminal journal to a location you actually read.
  • —Set an external uptime monitor that alerts you when the terminal stops reporting, not when the server stops responding.
  • —Take a snapshot of the fully configured machine so a rebuild takes minutes rather than an evening.
§ 04

What good looks like

Uptime target
99.9%+
Latency to broker
< 10 ms
Resources
2 vCPU / 4 GB
Monthly cost
Meaningfully less than one bad fill
Image · uptime-dash
Screenshot of an uptime monitoring dashboard showing continuous green status
§ 05

Sizing, snapshots and keeping the machine boring

A trading VPS should be the least interesting computer you own: one purpose, few programs, no browsing, and a configuration you could rebuild from notes in twenty minutes. Most hosting failures are not hardware failures — they are the accumulated consequence of a machine that gradually became a general-purpose desktop.

Specification is usually not your problem

MetaTrader 5 running a single expert advisor is not computationally demanding. Two virtual cores and four gigabytes of memory are ample for one or two terminals. What matters far more is uptime guarantees, the provider's maintenance policy and how quickly a snapshot can be restored after a failure.

  • —Run one terminal per instance where practical; isolate failures.
  • —Take a snapshot after every configuration change, before it matters.
  • —Disable automatic operating system restarts during market hours.
  • —Install nothing that is not required for trading.
§ 06

Monitoring, alerting and recovering from an outage

The failure that hurts is the silent one: the terminal disconnected at two in the morning, the algorithm stopped, and nobody knew until the following afternoon. Monitoring does not need to be sophisticated, but it must be independent of the machine being monitored, because a dead server cannot send you its own alarm.

A minimal but sufficient alerting setup

Heartbeat
External check every 5 minutes
Alert path
Push or SMS, not email
Recovery
Documented restart order
Test
Rehearse quarterly
vpsuptimesetup
See the live verified account

Everything discussed here is applied on a public, third-party verified account — updated continuously, losing weeks included.

Keep reading
Execution & Brokers
Spread, swap and latency: the three silent costs of gold
The same strategy can look brilliant or broken depending on your broker. What to measure before you go live, and what to measure again after.
Execution & Brokers
Choosing a broker for gold automation
Regulation, execution model, contract specification and automation policy — in that order of importance.
Execution & Brokers
Slippage on gold: what is normal and what is a red flag
Some slippage is physics. Consistently asymmetric slippage is a business model. Learn to tell them apart.