Choosing the location nearest to yourself
The leg that matters runs from the server to the broker. You connect weekly; the EA connects on every order.
A rented remote computer that keeps MetaTrader open around the clock — so an EA keeps trading when your own machine sleeps or drops its connection, and sits nearer the broker's servers.
also: VPS, trading VPS, MT5 VPS, virtual hosting
Updated · Reviewed
A computer in a data centre whose only job is to keep MetaTrader open. It does not make a strategy better; it removes the ways a strategy stops running for reasons that have nothing to do with trading.
An EA exists only while its terminal runs, so downtime deletes trades rather than losing them. On the 27 records published here, more than half of every backtest entry lands outside 08:00–16:59 UTC — and the busiest single hour, 00:00 UTC, is nine in the morning in Tokyo.
| Setting | Typical value | Note |
|---|---|---|
| Latency and RAM | not measured in this catalogue | This site publishes no host telemetry, so no millisecond or memory figure here would have a source. The hold is measured: 1,362.6 minutes. |
| Operating system | Windows Server | MetaTrader is a Windows binary. A compatibility layer adds its own failure modes. |
| Host clock | leave it alone | EAs read TimeCurrent(), the broker's time, not the host's. Seven of these 27 records expose a GMT-offset input and six leave it at 0. |
An hour of downtime costs each strategy a different fraction of its year, because entries are not spread evenly.
Ask which hour your EA needs before comparing uptime figures between hosts.
Calculation 555 of Sundial's 557 entries carry the timestamp 00:55 UTC
Result One outage window erases a whole strategy and barely grazes another
Match the hosting to how long the strategy holds, not to the price of the plan.
| Range | What it means |
|---|---|
| Median hold under 2 hours (2 of 27) | The round trip is a visible share of the move; pick the broker's region. |
| Median hold 2–24 hours (6 of 27) | A basic nearby instance is enough; buy restart behaviour instead. |
| Median hold over a day (19 of 27) | Latency is irrelevant. Uptime is the entire purchase. |
| Any hold, on a home machine | Workable only while watched; most of these positions outlive their opening day. |
Broker-hosted free VPS offers attach a minimum balance or a monthly volume condition; read the qualifying terms first.
The leg that matters runs from the server to the broker. You connect weekly; the EA connects on every order.
It migrates a snapshot when told to. Change an input locally afterwards and the hosted copy trades the old value.
These ledger stamps are UTC. Read 08:00–16:59 as broker time and the off-desk share moves from 54.28% to 64.49%.
| Measured across 27 published records, 18,219 backtest entries | Figure |
|---|---|
| Entries outside 08:00–16:59 UTC | 54.28% |
| Trades opened and closed on different calendar days | 64.71% |
| Median holding time, all trades | 1,362.6 min |
| Shortest median hold of any record (Chrysalis) | 67.5 min |
| Records carrying a set GMT-offset, DST or session-hour input | 8 of 27 |
| Median entries per year, per record | 56.4 |
Two rows decide the purchase. More than half of all entries arrive outside desk hours, and nearly two thirds of positions survive into the next calendar day — though only 48.36% run past 24 hours, because a calendar boundary is not a duration. Seven records expose a GMT-offset input and six leave it at 0; three of the eight set any clock input to a non-zero value at all. Moving a terminal between regions changes nothing about when it trades.
The median record puts 14.85% of its entries in its single busiest hour. Sundial puts all 557 of them there, 555 stamped 00:55 exactly. Tidewell Slack fits every entry into two consecutive hours; Almanac fires at three fixed times a day — 00:55, 07:50 and 15:00 — so one outage can only ever take one of them. Tradewind’s busiest hour holds 6.12%.
The cost of an outage is a property of the strategy, not the host. A 99% uptime figure means one thing for an EA that trades every hour and another for one that only exists at 00:55.
At its quietest the median record goes 53.4 days between consecutive entries. Windrose once went 193.4 days without one. Chrysalis went 760.8 — but it is the only record here whose ledger skips a whole calendar year, and the other 26 logged 3,770 entries during that silence. A rule shaped as “alert me if nothing traded this week” fires constantly on healthy strategies and stays silent through an outage on the slow ones.
Watch the terminal, not the ledger. Log TERMINAL_CONNECTED on a timer and treat the missing heartbeat as the alarm.
A VPS changes where an expert advisor runs, never what it does. The execution half of the decision belongs to slippage and the broker’s execution model. The strategy half reads against scalping, whose targets are small enough for the round trip to show. Broker-bundled VPS offers are gated on balance and volume; XM’s is the one documented here. Every listing in the catalogue publishes the ledger behind it, so you can check the hour distribution of the EA you intend to host.