How to Install MT4 and MT5 Builds Included With Your Lifetime EA
When you buy Golden Viper EA, your one-time $199 lifetime purchase includes both the MT4 build (.ex4) and the MT5 build (.ex5) of the Expert Advisor, so you can install whichever platform — or both — your broker supports at no extra cost. Installation is a copy-paste job: drop the file into your terminal's MQL4/Experts or MQL5/Experts folder, restart the platform, drag the EA onto an XAUUSD H4 chart, enable Algo Trading, and confirm the smiley-face icon appears. Most traders finish both installs in about twenty minutes. Because it's a lifetime license rather than a subscription, there's no recurring activation step, no monthly key renewal, and no trial period to work around — you install once per computer and it's yours to reinstall any time.
In This Guide
- What a Golden Viper EA Lifetime Purchase Actually Includes
- Before You Install: Requirements Checklist
- How to Install the MT5 Build Step by Step
- How to Install the MT4 Build Step by Step
- MT4 vs MT5: Which Build Should You Run First?
- Configuring Risk Mode and Core Settings After Installation
- Verifying Your Installation and Confirming Live Signals
Buying an Expert Advisor is only step one. The part that actually determines whether you end up with a working automated XAUUSD setup, or a chart that just sits there doing nothing, is the installation. Golden Viper EA ships as a single package containing both the MT4 and MT5 builds, which is a deliberate choice: brokers differ in which platform they support, some traders run MT4 for familiarity and MT5 for execution speed side by side, and a lifetime purchase shouldn't force you to pick one and be stuck with it. This guide walks through what's in the package, how to install each build correctly, how to configure it once it's on the chart, how to confirm it's actually live, and what to do if something doesn't look right.
What a Golden Viper EA Lifetime Purchase Actually Includes
"Lifetime" means a single $199 payment, made once, with no subscription billing afterward. There's no free trial and no money-back guarantee attached to that fee — the price reflects unlimited future use rather than a rolling service. Inside the delivery package you receive after checkout are the compiled EA files for both platforms, the MT5 build and the MT4 build, plus setup documentation. You aren't asked to choose a platform at checkout, and you aren't charged separately if you later install the second build on a different broker.
It helps to compare that structure with the alternative way to access the same underlying strategy: a copy-trading signal through the MQL5 Signals service for $30 a month. With the signal, you never touch an installation file; trades are mirrored into your account automatically for as long as you keep subscribing. Twelve months of the $30/month signal comes to $360, and three years comes to $1,080, against a single $199 payment for the installable EA that keeps working with no further charges. The signal suits someone who wants zero setup and doesn't mind an ongoing fee; the lifetime purchase suits someone willing to spend twenty minutes installing in exchange for owning the software outright. Both connect to the same publicly verified track record and the same rules-based XAUUSD strategy — they're just different delivery mechanics.
Golden Viper EA is intentionally narrow in scope. It trades only XAUUSD, only on the H4 timeframe, and it's selective — roughly one qualifying setup per day at most, not constant activity. It doesn't use martingale, grid, or averaging logic to recover losses, and it doesn't run a hidden news filter or spread filter; what it does run is risk-based lot sizing across three selectable modes (Conservative, Normal, Aggressive), a profit-lock on winning trades, and an optional safety stop. None of that changes between the MT4 and MT5 builds — the strategy logic is identical, only the platform-level installation mechanics differ, which is what the rest of this guide covers.
Before You Install: Requirements Checklist
Installation takes minutes, but a few things need to be in place first, or you'll spend your time troubleshooting instead of trading. Confirm each of the following before you open your terminal:
- A live or demo account with a broker that offers XAUUSD. Almost every retail broker lists gold, but confirm the exact symbol name (XAUUSD, GOLD, XAUUSD.m, GOLD.a) since it varies and determines which chart you attach the EA to.
- MetaTrader 4 and/or MetaTrader 5 installed. Download the terminal from your broker's client area, or from the official MetaTrader 4 platform help and MetaTrader 5 terminal help pages if your broker doesn't offer a branded download.
- Your delivery package from checkout. The ZIP file containing the .ex4 and .ex5 files, unzipped somewhere you can find it.
- Algo Trading (MT5) or AutoTrading (MT4) enabled at broker and account level. Some brokers disable automated trading by default on new accounts and require a support ticket to turn it on.
- A stable connection, ideally a VPS for live accounts. Not required to install or test, but relevant before you leave it running unattended — covered later.
If you haven't opened a trading account yet, it's worth reading how much capital you need to start EA trading before installing anything, so the account you fund matches the risk mode you plan to run.
How to Install the MT5 Build Step by Step
MT5 is the newer of the two platforms and, for most brokers onboarding new accounts in 2026, the default option. Here's the sequence:
- Open MT5 and log in to the account you'll trade gold on.
- Go to File → Open Data Folder. This opens a window pointed at your terminal's private folder, not your Downloads folder, which is a common mix-up.
- Navigate to MQL5 → Experts and copy GoldenViperEA.ex5 from your unzipped delivery package into this folder.
- Restart MT5 completely, or right-click "Expert Advisors" in the Navigator panel and choose Refresh.
- Open an XAUUSD chart on the H4 timeframe. The EA is built for H4 specifically; another timeframe defeats the logic it's designed around.
- Drag the EA from the Navigator panel onto the chart. A configuration window opens automatically.
- In the Common tab, check "Allow Algo Trading." This is the single most commonly missed step; without it, the EA loads but never places a trade.
- In the Inputs tab, choose your risk mode (Conservative, Normal, or Aggressive) and confirm the safety stop setting matches your preference — a later section covers this in more detail.
- Click OK, then confirm AutoTrading in the toolbar is toggled on (green). A small smiley-face icon should appear in the chart's top-right corner — your confirmation the EA is active.
The MetaTrader 5 automated trading documentation covers the platform mechanics in more depth, and the MQL5 documentation is the underlying reference for how EAs interact with the terminal generally. Before committing real capital, run the EA through MT5's Strategy Tester on historical data first; our MT5 backtesting walkthrough covers how to set that up.
How to Install the MT4 Build Step by Step
MT4 installation follows the same logic with different folder names and file extensions. If you already installed the MT5 build, this second pass takes five to ten minutes:
- Open MT4 and log in to the account you'll trade.
- Go to File → Open Data Folder, the same starting point as MT5.
- Navigate to MQL4 → Experts (note the "4") and copy GoldenViperEA.ex4 from your delivery package into this folder.
- Restart MT4 or refresh the Navigator panel.
- Open an XAUUSD H4 chart and drag the EA from the Navigator onto it.
- In the Common tab, check "Allow live trading." MT4's equivalent of MT5's "Allow Algo Trading" box — the wording differs but skipping it produces the same silent failure.
- Set your risk mode and safety stop preference in the Inputs tab, then click OK.
- Confirm AutoTrading is enabled and the smiley face appears on the chart.
One MT4-specific detail: some brokers still run MT4 builds that restrict which folders you can write to without administrator permissions. If copying the .ex4 file fails silently, right-click the MT4 shortcut and run it as administrator once, then repeat the copy. If you'd rather validate the setup on historical data before going live, see our MT4 backtesting guide.
MT4 vs MT5: Which Build Should You Run First?
Both builds trade the identical strategy: same XAUUSD-only scope, same H4 timeframe, same risk-based lot sizing, same profit-lock and safety-stop behavior. What differs is the platform underneath. If your broker offers both and you're unsure which to start with, this table breaks down the practical differences that affect installation and day-to-day use:
| Aspect | MT4 Build | MT5 Build |
|---|---|---|
| File type installed | .ex4 | .ex5 |
| Data folder path | MQL4 → Experts | MQL5 → Experts |
| Algo toggle wording | "Allow live trading" checkbox | "Allow Algo Trading" checkbox |
| Order/position handling | Ticket-based, one order per action | Position or order-based depending on netting/hedging mode |
| Strategy Tester speed | Single-threaded, slower on long ranges | Multi-threaded, faster for multi-year backtests |
| Typical broker availability in 2026 | Still widely supported, especially by longer-established brokers | Default platform for most new broker accounts |
| Install time (once you've done one platform) | 5-10 minutes | 10-15 minutes (first install) |
If your broker supports both, there's no strategy-level reason to prefer one over the other. Pick MT5 if opening a fresh account in 2026, since most brokers steer sign-ups there; stick with MT4 if you already have history or other EAs running on it. Plenty of owners install both: one on a live broker account, one on a separate demo account for testing new risk-mode settings before touching the live one.
Configuring Risk Mode and Core Settings After Installation
Getting the EA onto the chart is half the job; the Inputs tab is where you decide how it behaves on your account. Golden Viper EA ships with three selectable risk modes: Conservative, Normal, and Aggressive. Each scales the EA's risk-based lot sizing differently, so the same account balance produces a different position size depending on which mode is active — there's no single fixed lot value for everyone.
To illustrate risk-based sizing in general terms — not Golden Viper's exact published figures, which you should confirm in the Inputs tab and setup guide after installing — picture a hypothetical $5,000 account. A more conservative setting risks a smaller slice of equity per qualifying trade, producing a smaller calculated lot size for a given stop distance; a more aggressive setting risks a larger slice, producing a proportionally larger lot size for that same stop distance. The dollar amount at risk scales with your balance automatically, so a $5,000 account and a $25,000 account running the identical mode each risk the same proportion of their own equity, not the same fixed dollar figure.
| Risk Mode | General Behavior | Typically Suited To |
|---|---|---|
| Conservative | Smallest calculated lot size per setup; slower equity swings | Smaller accounts, first month live, risk-averse traders |
| Normal | Mid-point sizing between Conservative and Aggressive | Traders with prior live experience wanting balanced exposure |
| Aggressive | Largest calculated lot size per setup; larger equity swings both ways | Experienced, adequately capitalized traders comfortable with wider drawdown |
Confirm two more settings before you walk away: the profit-lock, which secures gains once a winning trade moves far enough in your favor, and the optional safety stop, which caps the loss on any single trade if enabled. Neither is a "news filter" or "spread filter" — the EA doesn't read an economic calendar or track spread width directly; its risk control comes from position sizing, the profit-lock, and the optional safety stop. If you run multiple charts, say an MT5 live account and an MT4 demo for testing, assign each a distinct magic number so trades never get confused in your history; our guide to EA magic numbers covers how and why. For every input field explained, see understanding EA settings.
Verifying Your Installation and Confirming Live Signals
A green AutoTrading button and a smiley face confirm the EA is allowed to trade, not that it's working correctly. Run through this checklist after every install:
- Check the Experts tab for an initialization message with no red error text — a clean load is a short confirmation line, not a wall of warnings.
- Check the Journal tab for the same thing at the terminal level.
- Confirm the chart symbol and timeframe. An EA attached to a GBPUSD H1 chart by mistake loads without error and simply never triggers the XAUUSD H4 logic it was built for.
- Run it on a demo account first. Because the EA is selective — at most roughly one setup per day — plan two to four weeks of demo running before judging whether the installation and your broker's execution behave as expected; a handful of trades in a few days isn't a large enough sample.
- Cross-check against the documented rules: no martingale, grid, or averaging into losers. Lot sizes escalating after a loss on the same setup means something is wrong with the installation, or you're looking at a different EA entirely.
For independent confirmation of how the strategy performs over time, separate from your own installation's unique trade history, the live results are published on Myfxbook under account 11943038, alongside a matching MQL5 Signals track record. Myfxbook verification connects directly to a live broker account via investor password, preventing the statement from being edited after the fact; the mechanics are explained in Myfxbook's verification knowledge base. To track your own account the same way, see our guide to connecting MT4 to Myfxbook. Past results, yours or the published track record, never guarantee what your account will do going forward.
Common Installation Problems and How to Fix Them
Most installation issues fall into a short, predictable list:
| Symptom | Likely Cause | Fix |
|---|---|---|
| No smiley face after attaching the EA | "Allow Algo Trading"/"Allow live trading" wasn't checked, or the toolbar AutoTrading button is off | Re-open the Inputs window and check the box; toggle the toolbar button green |
| EA doesn't appear in the Navigator | File copied to the wrong folder, or the terminal wasn't restarted | Re-copy via File → Open Data Folder to confirm the path, then restart |
| Red X icon instead of smiley face | Algo/live trading disabled at the broker or account level, not just the terminal | Contact broker support to confirm automated trading is enabled on that account |
| "Invalid account" or version-mismatch error | Wrong file for the platform (.ex4 in MQL5/Experts, or vice versa) | Confirm .ex5 goes into MQL5/Experts and .ex4 into MQL4/Experts — not interchangeable |
| EA loads but never trades for days | Normal given the strategy's selectivity, or wrong chart symbol/timeframe | Confirm the chart is XAUUSD on H4; if correct, this is expected behavior |
| EA disappears after restarting the terminal | Algo Trading state doesn't always persist per-chart across restarts | Re-attach and re-check the box each restart, or use a VPS to avoid frequent restarts |
If something still doesn't resolve, see our common EA problems and fixes guide. Golden Viper EA support is reachable through Telegram at @viprasol_help, WhatsApp at +31 6 84795250, or support@goldenviperea.com — all included at no extra cost with the lifetime purchase.
Choosing a Broker and VPS for a Reliable Long-Term Setup
Installation itself doesn't require a VPS; you can install and test both builds on your everyday desktop. But leaving the EA running unattended on a laptop that sleeps or loses Wi-Fi defeats the purpose of automation, since a disconnected terminal can't manage open trades or catch the next H4 setup.
A basic forex VPS typically runs $6-$15 a month, roughly $72-$180 a year — a modest, predictable cost against the one-time $199 EA purchase. Our VPS comparison for forex EAs covers how to get a rented server running MT4 or MT5 24/5 so the EA keeps working when your laptop is closed.
On the broker side, confirm three things before installing for real: XAUUSD is offered under a symbol name you can identify, the account type supports automated trading without extra approval, and typical gold spreads are reasonable. A 20-30 cent spread on a 0.10 lot costs roughly $2-3 to open, since a standard XAUUSD lot represents 100 troy ounces (10 ounces at 0.10 lots), and that cost compounds if spreads run wider consistently. Our broker recommendations for gold EA trading compare execution quality across brokers supporting both platforms.
Licensing, Reinstalling, and Spotting Installation Scams
Because it's a one-time purchase rather than a subscription, there's no recurring license check, no monthly key that expires, and no risk of losing access if a card payment fails. If you get a new computer, reinstall your OS, or switch brokers, reinstall using the same delivery package: copy the .ex4 or .ex5 file into the new terminal's Experts folder as described earlier. If you've misplaced your download, support can help recover it through Telegram (@viprasol_help), WhatsApp (+31 6 84795250), or support@goldenviperea.com.
Because "EA installation" is also a phrase scammers exploit, know what a legitimate install should never involve: you should never be asked to disable your antivirus to "let the EA work," never asked for your MT4/MT5 master password (an investor, read-only password is the most anyone legitimately needs, and only for verification services like Myfxbook), and never asked to send funds to an individual's personal wallet instead of a proper checkout. The CFTC's guidance on forex fraud and its advisory on trading system scams both flag "guaranteed returns" language as a red flag. No legitimate EA, including this one, can promise guaranteed profits or risk-free trading. The FTC's overview of investment scams covers the same pattern and is worth reading regardless of which EA or signal you're evaluating.
A Quick Risk Disclosure
None of the steps above change the underlying reality of trading: automated or not, XAUUSD trading carries real risk, and losses are possible even with a properly installed EA. Understanding drawdown and general risk management matters more than any installation setting. Past performance, yours or the published track record, does not guarantee future returns. Only trade capital you can genuinely afford to lose, and treat the risk mode selection as a real decision, not a formality to click past.
Frequently Asked Questions
Does the lifetime purchase really include both the MT4 and MT5 builds, or do I buy them separately?
Both builds are included in the single $199 one-time payment. You receive the .ex4 file for MT4 and the .ex5 file for MT5 in the same delivery package, and you can install one or both at no additional cost.
How long does it take to install both the MT4 and MT5 builds?
Most traders finish the first install in 10-15 minutes and the second in 5-10 minutes, since the steps are nearly identical once you know each platform's Experts folder. Budget about 15-25 minutes total for both.
Can I install Golden Viper EA on more than one computer or account?
Yes. Because it's a lifetime license rather than a per-device subscription, you can reinstall the same files on a new computer, a VPS, or an additional broker account, with no recurring activation step to repeat.
Why does my chart show a red X instead of a smiley face after installing the EA?
A red X almost always means automated trading is disabled somewhere: the "Allow Algo Trading"/"Allow live trading" box wasn't checked, the toolbar AutoTrading button is off, or your broker has automated trading switched off at the account level.
Does the EA behave differently on MT4 versus MT5?
No. The underlying strategy — XAUUSD only, H4 timeframe, risk-based lot sizing, profit-lock, optional safety stop, no martingale or grid — is identical on both. The differences are purely platform-level: file extensions, folder names, and checkbox wording.
Do I need a VPS just to install the EA?
No, installation and initial testing work fine on a regular desktop. A VPS matters once you plan to leave the EA running unattended on a live account, since a laptop that sleeps or loses connection can't manage open trades or catch new H4 setups.
What's the difference between installing the EA myself and using the MQL5 signal option?
Installing the EA means the strategy runs directly on your own MT4 or MT5 terminal from a one-time $199 payment. The MQL5 signal instead copies trades into your account for a recurring $30/month fee without installing any files — convenient, but costlier over time and dependent on the copying connection staying active.
How do I confirm my installation is actually placing trades and not just sitting idle?
Check the Experts and Journal tabs for a clean initialization message, confirm the chart is XAUUSD on H4, and give it two to four weeks on a demo account. Because the EA is selective by design, a quiet chart for a few days is often normal, not a broken installation.
Is there a free trial or refund if the installation doesn't work with my broker?
No — Golden Viper EA is sold as a one-time $199 lifetime purchase with no free trial and no money-back guarantee. Work through the requirements checklist and confirm your broker supports XAUUSD and automated trading before you buy, and contact support via Telegram, WhatsApp, or email if an installation step genuinely isn't working as described.
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