How to Run an MT5 EA 24/7 Without a VPS
Last updated: July 2026
If you trade with an Expert Advisor, you already know the catch: the moment your computer sleeps, loses Wi-Fi, or reboots for an update, your EA stops. The usual fix is to rent a Windows VPS and keep MetaTrader 5 running on it forever — but babysitting a remote desktop just to host one robot is fiddly, easy to break, and quietly expensive. There is a simpler way to run your MT5 EA 24/7.
Why traders run EAs 24/7
An Expert Advisor is only useful while it is actually attached to a live chart and receiving ticks. The forex market trades roughly 24 hours a day, five days a week, and many strategies act on events that happen at inconvenient times — the London or New York session open, a news spike at 3 a.m. your local time, or a stop-loss that must move the instant price hits a level.
If the terminal running your robot is offline for even a few minutes, you can miss entries, fail to manage open positions, or leave a trade unhedged. That is why serious EA and TradingView-signal traders want a terminal that never turns off — not their laptop, which has to sleep, update, and travel with them.
- Your PC off = your EA off. No chart, no ticks, no orders.
- Home internet is not 24/7. Router reboots, ISP outages and power cuts all interrupt trading.
- Position management can't pause. Trailing stops, break-even moves and time-based exits need a live terminal.
The usual answer: a Windows VPS (and its downsides)
The classic solution is a Virtual Private Server — a Windows machine in a data center that stays powered on. You install MetaTrader 5 on it, log into your broker, attach your EA, and disconnect. In principle the robot now runs around the clock. In practice, a VPS turns you into a part-time system administrator.
- Setup friction. You provision the server, install Windows updates, download and configure MT5, log in, and hope the terminal survives the next reboot.
- RDP juggling. Every check means opening a Remote Desktop session, and a dropped session can leave the terminal in a weird state.
- Silent failures. A Windows update forces a restart, MT5 doesn't relaunch, and your EA is offline for hours before you notice.
- Ongoing cost and lock-in. You pay monthly for a full Windows machine — most of whose resources sit idle — just to keep one terminal alive.
- Security surface. A public RDP endpoint is a well-known target; misconfiguration exposes the box.
A VPS absolutely works, and for a hands-on trader it is a reasonable tool. But it solves the "stay powered on" problem by handing you a brand-new "keep this server healthy" problem.
A simpler way: managed cloud MT5
Managed cloud MT5 removes the server admin entirely. Instead of renting an empty Windows box and building the whole stack yourself, you get a MetaTrader 5 terminal that is already running in the cloud, already supervised, and already restarts itself if anything goes wrong. That is exactly what etrink does.
You connect your broker account, upload your EA (or point a TradingView strategy at it), and press start. The terminal lives on managed infrastructure that stays online 24/7 — no VPS to rent, no Windows updates to babysit, no RDP session to keep open. When you need to see the terminal, you open it right in your browser through a secure VNC view instead of a full remote desktop.
How it works step by step
- Create an account. Start free — the free trial lets you spin up a hosted MT5 terminal without a VPS or credit card headaches.
- Connect your broker. Enter your MT5 login, password and server. Your terminal launches in the cloud in a fresh, isolated environment.
- Add your robot. Upload your
.ex5Expert Advisor and attach it to a chart, or bind a TradingView strategy via webhook (see below). - Press start. The terminal runs 24/7. If a process crashes or a signal arrives for a stopped account, it restarts automatically so your automation keeps going.
- Watch and manage. Open the live VNC view in your browser to see the terminal, and check every executed signal in your panel. No RDP client required.
That is the whole loop. There is no server to patch, no scheduled reboots to fear, and nothing that depends on your laptop being awake.
What about TradingView signals?
Plenty of traders don't run a compiled EA at all — they build strategies in TradingView Pine Script and want the alerts to place real orders. etrink handles that too: TradingView fires a webhook, etrink validates it against your per-account symbol and volume limits, then the terminal executes the order on your MT5 account 24/7 — even while your computer is off.
A TradingView alert message is just JSON. Here is a minimal buy signal:
{
"action": "buy",
"symbol": "EURUSD",
"volume": 0.01,
"id": "{{time}}"
}The id field is an idempotency key, so the same alert is never executed twice. For the full field reference, Pine Script example and step-by-step setup, see the TradingView webhook guide.
Prefer to drive your automation with your own AI or scripts? etrink also exposes an MCP endpoint so you can connect your own AI agent and let it read state and place orders through the same managed terminal.
FAQ
Do I still need a VPS?
No. That is the point — the terminal runs on managed cloud infrastructure, so there is no VPS to rent, patch or keep online.
Will my EA keep trading when my PC is off?
Yes. Your local computer is only used to manage settings and view the terminal. The robot runs in the cloud independently, so it keeps trading while your laptop sleeps, updates or travels.
Can I use my own custom EA?
Yes. Upload your compiled .ex5 file and attach it to a chart just as you would in a local terminal.
Is it just for forex?
It works with whatever instruments your broker offers in MetaTrader 5 — forex pairs, metals like XAUUSD, indices and more, using your broker's exact symbol names.
What happens if something crashes?
The terminal is supervised. If a process fails, or a signal arrives for an account that was stopped, it restarts automatically so your automation resumes without manual intervention.
Ready to host your MT5 robot without a VPS?Start free and have a supervised MT5 terminal running 24/7 in minutes.
Questions? [email protected]