Can XAUUSD Expert Advisors Work 24/5? The Full Answer
Yes, XAUUSD expert advisors can work 24/5, because MetaTrader stays connected to your broker's price feed for as long as gold trades — from the Sunday evening open through the Friday close — and an EA does not need sleep, coffee breaks, or a lunch hour to watch the chart. The catch is that "working 24/5" only means the software is monitoring price continuously; it does not mean every hour is worth trading, and it does not mean the EA is guaranteed to profit. A well-built XAUUSD EA is usually selective on purpose, filtering out thin, choppy hours and reserving its logic for the sessions where gold actually moves with conviction. Whether the automation genuinely "works" for you comes down to three separate things: uninterrupted uptime (a VPS, not your laptop), sound risk controls, and realistic expectations about win rate and drawdown.
In This Guide
- What "24/5" Really Means for a Gold Expert Advisor
- How an EA Actually Stays Connected Around the Clock
- Gold's Trading Sessions and When Volatility Actually Shows Up
- Weekend Gaps: The One Thing "24/5" Does Not Cover
- Comparing 24/5 Automated Monitoring to Manual Trading
- Risk Controls That Matter More When the Market Never Closes
- A Worked Example: One Week of 24/5 Monitoring on Gold
If you have ever stared at a gold chart at 2 a.m. wondering whether you should close your laptop or keep watching for a breakout, you already understand the appeal of automation. Gold is one of the only major instruments that trades almost continuously across five days a week, spanning Sydney, Tokyo, London, and New York sessions back to back. That nonstop schedule is exactly why so many traders ask whether an expert advisor (EA) can genuinely handle XAUUSD 24/5 — and whether doing so is actually a good idea. This article walks through how EAs monitor gold around the clock, which hours matter most, what can go wrong overnight, and how to set your trading environment up so "24/5" means real uptime instead of a marketing phrase.
What "24/5" Really Means for a Gold Expert Advisor
"24/5" describes the market's own schedule, not a promise about trade frequency. Spot gold (XAUUSD) trades from roughly the Sunday New Zealand/Sydney open through the Friday New York close, with brief liquidity gaps around the daily rollover and a full weekend closure. An EA running on MetaTrader's automated trading engine can, in principle, evaluate every new price tick or every new candle across that entire window without interruption, as long as the terminal itself stays connected and logged in.
What it does not mean is that the EA places trades every hour, or that every hour offers equal opportunity. Gold's volatility is famously uneven: the Asian session is typically the quietest, London brings the first real volume surge, and the London–New York overlap usually produces the largest average daily range. A responsible EA is coded to recognize that difference. Golden Viper EA, for example, evaluates the market on the H4 timeframe and is deliberately selective — it typically looks for roughly one qualifying setup per day at most, rather than forcing trades into every session simply because the terminal is technically "on."
Continuous Monitoring vs. Continuous Trading
It helps to separate two ideas that get conflated constantly: monitoring and trading. Monitoring is passive — the EA is reading price, checking its trend and momentum conditions, and waiting. Trading is active — it only happens when conditions actually align. A gold EA that is technically running 24/5 might go a full trading day, or several, without opening a position, because the rules it follows were not met. That is not a malfunction; for a selective, rules-based system it is often the point. Traders who expect nonstop trade activity from a 24/5-capable EA are usually the ones who end up disappointed, not because the automation failed, but because they misunderstood what "working" was supposed to look like.
How an EA Actually Stays Connected Around the Clock
For an EA to run through the full week, three technical pieces have to hold together simultaneously: the trading terminal has to stay open, the internet connection has to stay live, and the broker's server has to keep accepting requests. On a home laptop, any one of those can fail — Windows updates reboot the machine overnight, Wi-Fi drops, or you simply close the lid before heading to bed. That is why almost every serious automated gold trader eventually moves to a Virtual Private Server (VPS), a small remote computer that stays powered on and connected in a data center regardless of what happens at home.
Both MetaTrader 4 and MetaTrader 5 are built to run unattended once "AutoTrading" is enabled and the EA is attached to a chart; they do not require you to click anything once the process is live. The EA's own code, documented through the platform's MQL5 programming reference, executes on every relevant price event without human input. If you want a deeper walkthrough of getting a VPS configured correctly the first time, our guide to setting up a VPS for forex and gold trading covers the practical steps, and our roundup of the best VPS providers for EAs compares latency and reliability across common options.
Why a VPS Changes the Uptime Math
Consider a simple example. Suppose your home internet has 99% uptime — which sounds excellent — but that still works out to roughly 1.7 hours of downtime per week. Gold trades about 120 hours across a five-day week, so 1.7 hours of missed monitoring is small in percentage terms but can matter enormously in practice if it happens to coincide with a fast-moving London or New York session, or worse, while a position is open and needs to be managed. A data-center VPS typically advertises 99.9% uptime or better, cutting that expected gap to under 10 minutes a week. For an EA whose entire value proposition is consistent, unattended monitoring, that difference is not a minor convenience — it is close to the whole point of automating in the first place.
Gold's Trading Sessions and When Volatility Actually Shows Up
Not all 24 hours are created equal for XAUUSD, and understanding session behavior helps explain why a selective EA outperforms a "trade constantly" one over time. The table below lays out the four broad windows gold traders watch, in Eastern Time (ET), along with typical characteristics.
| Session (ET) | Approx. Hours | Typical XAUUSD Character | Relevance to EA Activity |
|---|---|---|---|
| Sydney/Wellington | 5:00 PM – 2:00 AM | Thin liquidity, narrow ranges | Often quiet monitoring, few qualifying setups |
| Tokyo | 7:00 PM – 4:00 AM | Moderate activity, some Asian demand flows | Occasional setups, generally lower volume |
| London | 3:00 AM – 12:00 PM | Volume increases sharply, trend moves often begin | Higher probability window for trend/momentum confirmation |
| New York (overlap w/ London) | 8:00 AM – 12:00 PM overlap, then 8:00 AM – 5:00 PM full session | Highest average volatility of the day | Most active window historically for directional moves |
This uneven distribution is a big part of why understanding the best times to trade gold still matters even when your EA runs continuously. A 24/5-capable system is not trying to fight the market's natural rhythm; it is built to recognize it. On the H4 timeframe specifically, this session structure gets compressed into a handful of candles per day, which is one reason a slower, higher-timeframe EA can filter out a lot of the overnight noise that trips up faster scalping systems. If you want to see how a strategy behaves across these varying conditions before trusting it with real capital, running a proper MT5 backtest across at least a full year of data is the only reliable way to know.
Weekend Gaps: The One Thing "24/5" Does Not Cover
It is worth being blunt about the "5" in 24/5: gold does not trade on weekends, and that closure creates one of the more underappreciated risks in automated trading. Geopolitical headlines, central bank commentary, or a surprise economic release can happen on a Saturday, and when the market reopens Sunday evening, price can gap directly to a new level without any of the intermediate ticks a stop-loss would normally trigger against. An EA sitting with an open position across that gap is exposed to the full size of the move, for better or worse, the instant trading resumes.
This is precisely why risk-based position sizing and a defined exit plan matter more for gold than for many other instruments. Understanding risk management fundamentals and how drawdown is measured gives you the vocabulary to evaluate any EA's weekend exposure honestly, and our own breakdown of how drawdown works in EA trading goes into the mechanics in more depth. Golden Viper EA addresses this exposure with risk-based lot sizing and an optional safety stop on positions, plus a profit-lock mechanic that secures gains on trades that are already moving favorably — but no software can eliminate weekend gap risk entirely, and any product claiming otherwise should be treated with suspicion.
Comparing 24/5 Automated Monitoring to Manual Trading
The core argument for automation is not that a computer trades "better" than a human in some abstract sense — it is that a computer does not get tired, distracted, or emotional, and it does not need to sleep through the London open because it is 3 a.m. in Chicago. The table below lays out the practical differences.
| Factor | Manual Trading | 24/5 Automated EA (properly hosted) |
|---|---|---|
| Overnight session coverage | Missed unless the trader wakes up or stays up | Continuous, provided the VPS and terminal stay connected |
| Consistency of rule application | Varies with fatigue, mood, and recent results | Identical logic applied every time, every session |
| Reaction speed to a qualifying setup | Seconds to minutes (human confirmation) | Near-instant on the next relevant candle close |
| Emotional interference (revenge trading, hesitation) | Common risk factor | Not applicable — no discretion once deployed |
| Vulnerability to connectivity or platform failure | Limited to whenever the trader is actually watching | Real risk if not on a stable VPS; must be actively managed |
Neither column is universally "safer." A disciplined manual trader who only trades London and New York hours can do very well without ever touching automation. But for someone who cannot realistically watch four sessions a day around a full-time job, a properly hosted EA closes a coverage gap that would otherwise simply go unmonitored. The trade-off is that you are handing execution discretion to code, which means the code's risk settings — lot sizing, stop placement, position limits — become the single most important thing to understand before you deploy it.
Risk Controls That Matter More When the Market Never Closes
Because a 24/5-capable EA can technically hold exposure through low-liquidity Asian hours, weekend gaps, and high-impact news releases alike, its risk framework has to do more work than a system a human only runs during calm daylight hours. Three components matter most in practice:
Position Sizing Tied to Account Risk, Not Fixed Lots
A fixed lot size (say, always trading 0.10 lots) ignores how account equity changes over time and how volatile gold currently is. Risk-based sizing instead calculates lot size from a percentage of account balance and current stop distance, so a $5,000 account risking 1% per trade ($50) automatically trades smaller lots than a $50,000 account risking the same 1% ($500), and both scale down automatically if a wider stop is required during a volatile stretch.
Risk Mode Selection
Most serious gold EAs, Golden Viper EA included, offer more than one risk profile so the same core logic can be tuned to the trader's tolerance and account size.
| Risk Mode | General Approach | Better Suited For |
|---|---|---|
| Conservative | Smaller position sizing relative to account balance, tighter risk per trade | Traders prioritizing capital preservation and smaller drawdowns |
| Normal | Balanced position sizing between the two extremes | Traders comfortable with moderate equity swings for moderate growth potential |
| Aggressive | Larger position sizing relative to account balance | Experienced traders with higher risk tolerance and adequate capital cushion |
None of these modes eliminates the possibility of losing trades, consecutive losses, or drawdown periods — they simply change how much each trade's outcome moves your account balance. Choosing a mode that matches your actual risk tolerance, not your optimism, is one of the more overlooked steps in setting an EA up correctly, and it pairs directly with broader capital preservation practices that apply to any automated system.
No Martingale, No Grid, No Averaging Down
Some automated systems attempt to "solve" losing trades by doubling position size after a loss (martingale) or by adding more positions against an adverse move (grid/averaging). These approaches can produce an attractive-looking equity curve for a while, right up until a losing streak or a strong trending move wipes out the account in a single sequence. A 24/5 EA without these mechanics will still experience losing trades and drawdown, but the loss on any single trade stays bounded by its predefined risk, which is a meaningfully different risk profile over the long run.
A Worked Example: One Week of 24/5 Monitoring on Gold
To make this concrete, imagine a $10,000 account running an H4 gold EA in Normal risk mode, risking roughly 1% ($100) per trade, across a full trading week from Sunday evening to Friday close. Over that week, the EA's monitoring logic evaluates every H4 candle close on XAUUSD — six candles per trading day, thirty across the week — but its entry filter is selective, so it only finds two setups that meet its trend and momentum criteria. The first, opened during the London/New York overlap, is stopped out for a $100 loss (1R) after a false breakout. The second, opened the next morning, moves favorably, has its profit partially locked as it advances, and is eventually closed for a $250 gain (2.5R). Net result for the week: +$150, or 1.5% of account equity, from two trades total, despite the EA having "watched" the market continuously for five full days.
That example illustrates the core dynamic well: 24/5 uptime is about not missing the setups that matter, not about generating a high trade count. A system forced to trade every session, regardless of quality, would likely have taken far more entries during that same week — and quite possibly given back more in false signals during the quiet Asian hours than it gained during the two genuine opportunities. This is also why past performance, however it is generated, never guarantees the next week, month, or quarter will look the same.
Verifying That an EA's Track Record Is Real
Because so much of the automated trading space is built on screenshots and unverifiable claims, checking whether a track record is independently verified should be step one before trusting any EA with real capital — 24/5-capable or not. Myfxbook is the industry-standard third-party platform for this: it connects directly to a live trading account and displays statistics — including drawdown, win rate, and profit factor — that cannot be edited after the fact. Understanding how Myfxbook's verification process works helps you distinguish a genuinely connected account from a curated export. Golden Viper EA's live results are published this way on a verified Myfxbook account, alongside a signal on the MQL5 Signals marketplace, which lets you review real trade history rather than relying on marketing copy. If you are also evaluating whether the numbers you see translate into realistic income expectations, our guide on how much a gold EA can realistically earn is a useful companion read before you size any real deployment.
It is worth noting plainly here that no EA — this one included — offers a guarantee of profit. A verified track record shows what actually happened historically on a live account; it is not a promise about what will happen going forward. Any product that pairs "24/5 automated trading" with language like "guaranteed returns" or "risk-free" should raise an immediate red flag, not confidence.
Recognizing Scams That Exploit the "24/5" Pitch
The promise of a system that "never sleeps" is unfortunately also a favorite hook for fraudulent trading software, because it sounds impressive and is hard for a beginner to verify independently. The U.S. Commodity Futures Trading Commission's guidance on forex fraud and its specific advisory on automated trading system scams both describe recurring patterns worth memorizing: guaranteed or unrealistically consistent returns, pressure to deposit quickly, unverifiable performance claims, and an unwillingness to show a real, connectable track record. The FTC's overview of investment scams adds another useful filter — legitimate products let you check the math yourself instead of asking you to trust a curated screenshot.
Practical due diligence before buying any XAUUSD EA, ours or anyone else's, should include: confirming the track record is hosted on an independent, verified platform rather than a private spreadsheet; checking that the seller discloses the strategy's actual limitations (drawdown, selectivity, instrument and timeframe) instead of only its wins; and being skeptical of any claim that automation removes risk rather than manages it. You can review our company background and product details or explore the EA itself on the Golden Viper EA homepage as one example of how this kind of disclosure should look — verified account, transparent pricing, and no promises the numbers cannot back up.
Setting Up Your Own 24/5 Environment Correctly
If you decide automation is the right fit, the setup checklist is short but each item genuinely matters:
- Host the terminal on a dedicated VPS rather than a home PC, so uptime does not depend on your own internet or power supply.
- Choose a broker with consistently tight spreads on gold, since spread costs compound across many trades over a year — our comparison of gold spreads across brokers is a good starting point.
- Confirm AutoTrading is enabled in the terminal and that the EA has the correct permissions before leaving it unattended overnight.
- Connect your live account to a verification service like Myfxbook so you can monitor real statistics rather than relying on the terminal's own summary — our walkthrough on how to connect MT4 to Myfxbook covers the steps.
- Backtest across multiple years and market regimes before committing real capital, revisiting your results periodically as broker conditions change.
- Set a realistic risk mode from day one rather than defaulting to Aggressive because the backtest numbers look attractive.
None of these steps is optional if the goal is genuine, dependable 24/5 coverage rather than a system that only "works" until the first missed connection or unmanaged weekend gap.
A Short, Honest Risk Disclosure
Trading gold, whether manually or through an expert advisor, carries real financial risk. Losses are possible on any individual trade or over any given stretch of trades, drawdown periods happen even to sound strategies, and past performance — verified or not — never guarantees future results. Only trade with capital you can genuinely afford to lose, and treat any automated system, including one running 24/5, as a tool that manages risk rather than one that eliminates it.
Frequently Asked Questions
Can an XAUUSD expert advisor really run every hour the market is open, five days a week?
Yes, technically. As long as the MetaTrader terminal stays connected — typically via a VPS — and AutoTrading is enabled, the EA continuously monitors price from the Sunday open through the Friday close. Whether it places a trade in any given hour depends entirely on its own entry rules, not on whether the market happens to be open.
Does 24/5 monitoring mean the EA trades constantly?
No. A selective, rules-based EA like Golden Viper EA may go many hours, or even a full day, without a qualifying setup. Continuous monitoring and continuous trading are different things, and a high trade count is not by itself a sign of a better strategy.
Do I need a VPS for a gold EA to actually achieve 24/5 uptime?
In practice, yes. A home computer is vulnerable to reboots, power outages, and internet dropouts, any of which stops the EA from monitoring or managing open positions. A dedicated VPS in a data center offers far more reliable uptime, which matters most exactly when you are not watching the screen.
What happens to an open EA position over the weekend?
Gold does not trade on weekends, so any open position is exposed to a potential gap when trading resumes Sunday evening — price can reopen above or below where it closed Friday, without intermediate ticks. This is a real risk that no automation eliminates, which is why position sizing and stop discipline matter.
Is it true that some hours are better for gold EAs than others?
Yes. XAUUSD volatility is uneven across the day — the London and New York sessions, especially their overlap, historically see the largest average moves, while the Asian session is typically quieter. A well-designed EA's filtering logic accounts for this rather than treating every hour identically.
Can a 24/5 EA guarantee consistent profits since it never misses a session?
No. No expert advisor, regardless of uptime, can guarantee profit. Constant monitoring reduces the chance of missing a genuine opportunity, but it does not change the underlying uncertainty of market outcomes. Any product claiming guaranteed or risk-free returns should be treated as a red flag per CFTC and FTC guidance on trading system fraud.
How is Golden Viper EA's live performance verified?
Its results are published on a verified Myfxbook account connected directly to the live trading account, plus a corresponding MQL5 signal, so the trade history, drawdown, and statistics reflect real account activity rather than curated marketing claims.
Does trading gold 24/5 through an EA require constant supervision from me?
No — that is the point of hosting it on a VPS with sound risk settings. But "unattended" should not mean "unmonitored" entirely; periodically checking your verified statistics, account balance, and any platform notifications is still good practice.
What is the difference between the MT4 and MT5 versions in terms of 24/5 operation?
Both platforms support unattended, continuous automated trading once AutoTrading is enabled, and Golden Viper EA's single license covers both. The underlying mechanics of staying connected and monitoring price are effectively the same across MT4 and MT5.
Why does Golden Viper EA only take about one trade per day if it monitors the market 24/5?
Because it evaluates the H4 timeframe with a deliberately selective, trend-and-momentum-based approach rather than trying to catch every minor fluctuation. Round-the-clock monitoring exists to make sure the strategy does not miss a genuine setup whenever it appears — not to maximize how often trades are placed.
Let Golden Viper EA trade gold for you
Automated XAUUSD trading for MT4 & MT5, verified live on Myfxbook. One-time $199, lifetime access.
Get Lifetime Access — $199