What Do I Need to Know Before Using a Gold EA?The 7-Item Pre-Launch Checklist
Most EA disappointments trace back to pre-launch knowledge gaps, not EA quality. A trader who understands strategy logic, broker requirements, VPS setup, risk settings, session windows, drawdown expectations, and monitoring protocol will outperform a trader who does not โ even with the same EA.
Pre-Launch Runway โ Click any light to expand
Select any numbered runway light above to see the full detail for that knowledge item.
Deployment Timeline โ From Purchase to Scale
Day 1
Purchase EA โ receive files
Day 1โ3
Broker account opening + KYC verification
Day 3โ5
VPS setup + MT5 installation + EA attachment
Day 5โ35
Demo account testing โ minimum 30 days
Day 35
Go live with minimum lot size (micro)
Day 35โ95
Monitor live vs demo gap (60-day verification)
Day 95+
Scale up if live performance matches expectations
Why Pre-Launch Knowledge Prevents Most EA Failures
When an EA trader reports that their EA "stopped working" or "blew up the account," the root cause is almost always traceable to one of the seven knowledge items โ not to the EA's strategy quality. Wrong broker (market maker spreads wiping out EA edge), no VPS (EA stopped during London session when PC went to sleep), wrong session window timezone (EA trading at 4 AM UTC instead of 9 AM UTC), no daily loss limit (one bad day became 30% drawdown), unknown drawdown expectations (EA closed at 12% drawdown that would have recovered to 5% by month end).
The EA is not the variable in these failure scenarios โ the operational setup is. What to check before BUYING a gold EA (the due diligence guide before purchase) is in our pre-purchase guide. This page covers what to KNOW before USING the EA after purchase.
Item 1 โ Strategy Logic: The Minimum Understanding
You do not need to read MQL5 code to understand your EA. You need to be able to answer five specific questions from the documentation or developer: What is the entry signal type (breakout, trend-following, mean-reversion)? What exits the trade (fixed take profit, trailing stop, time-based close)? What session does it trade (London, NY, both, or 24/5)? What happens on a losing streak (same lot size maintained, or any adjustment)? What market conditions cause its worst drawdowns?
If you can answer these five questions, you can diagnose performance issues. "The EA has had 8 losses in a row during a ranging XAUUSD week โ this is its known weak condition, I will hold through it." This is only possible if you knew in advance that ranging conditions are the EA's weakness. Without this knowledge, 8 losses in a row feels like breakdown rather than expected behaviour.
Item 2 โ Broker Requirements: The 7 Red Flags
Seven broker characteristics can systematically undermine EA performance regardless of strategy quality:
Market maker with dealing desk
Re-quotes and order delays on fast moves destroy scalping EA edge.
Spread above 30 pips during London session
For EAs targeting 20-pip profits, a 30-pip spread means the trade starts 150% of target in the red.
"No scalping" policy in broker T&Cs
Some brokers have hidden restrictions against high-frequency trading โ read the full terms before depositing.
Fixed spreads during news events
Ironically dangerous โ fixed spreads prevent the EA's spread filter from activating during high-risk windows.
High XAUUSD swap costs
EAs that hold overnight positions accumulate swap costs that erode monthly returns significantly.
MT4-only broker (no MT5)
The Pro-Scalper EA range requires MT5. Do not attempt to run MT5 EAs on MT4.
AutoTrading disabled by default
Some brokers disable expert advisors on new accounts โ must be enabled in the broker's account settings, not just MT5.
Item 3 โ VPS Setup: What You Need and Why
A VPS (Virtual Private Server) is a cloud-based Windows computer that runs 24 hours a day, 7 days a week. MT5 and your EA run on this VPS continuously. When you turn off your local computer, the EA on the VPS continues trading completely unaffected.
The latency factor: a VPS in a London or New York datacenter can achieve 1โ5ms latency to major forex brokers' servers in the same city. A home internet connection in Sydney, Singapore, or Mumbai typically has 100โ300ms latency to the same servers. For scalping EAs that rely on fast order execution, this 20โ60x latency improvement is directly relevant to execution quality.
VPS setup steps: (1) Choose a provider (Vultr, Contabo, or Windows VPS from your broker if offered), (2) Select Windows Server 2016 or later, 2GB RAM minimum, London or NY datacenter, (3) Connect via Remote Desktop (RDP), (4) Download and install MT5 on the VPS, (5) Log into your broker account on the VPS MT5, (6) Copy your EA file to the Experts folder, (7) Attach EA to XAUUSD chart and configure parameters. How to monitor your EA remotely once deployed is in our remote monitoring guide.
Item 4 โ Risk Settings: The Lot Size Calculation
The 1% risk per trade rule is the starting point for XAUUSD EA risk management. At 1% risk per trade with a 20-pip stop loss:
| Account Size | 1% Risk | Max Lot (20-pip SL) |
|---|---|---|
| $500 | $5 | 0.02 lots |
| $1,000 | $10 | 0.05 lots |
| $2,000 | $20 | 0.10 lots |
| $5,000 | $50 | 0.25 lots |
| $10,000 | $100 | 0.50 lots |
Always set the daily loss limit parameter at 3โ5% of account. This auto-stops the EA if the day has been unusually bad โ preventing one bad session from compounding into a severe drawdown.
Item 5 โ Session Windows: Timezone Offset Configuration
The timezone offset is the most technically specific knowledge item, but also one of the most consequential. Your EA has session window parameters: "Trade from Hour X to Hour Y." These hours are in your broker's server time, not UTC, not your local time.
Most MT5 brokers use UTC+2 in winter and UTC+3 in summer (EET/EEST, Eastern European Time). To trade the London open (07:00 UTC) with a UTC+2 broker: set session start to 09:00 in EA parameters (07:00 UTC + 2 = 09:00 broker time). To trade NY open (13:30 UTC) with a UTC+3 broker: set session start to 16:30 (13:30 UTC + 3 = 16:30 broker time).
Verification method: after the first week of live operation, review trade open times in MT5 history. All trade opens should fall within your intended session window in UTC. If they do not, recalculate the broker server time offset and adjust.
Items 6 and 7 โ Drawdown and Monitoring: The Psychological Preparation
Drawdown is the part of EA trading that requires genuine pre-launch psychological preparation. Every EA will have drawdown periods. The question is whether you know what "normal" drawdown looks like for your specific EA.
If the EA documentation shows a historical maximum drawdown of 18% with an average recovery period of 3 weeks, and your account is currently at 15% drawdown in week 2 โ you should hold. If you did not know the historical maximum drawdown was 18%, a 15% drawdown will feel like the EA has catastrophically failed. Whether you should use recovery mode on your gold EA (an advanced configuration decision related to managing drawdown) is in our recovery mode guide.
The monitoring protocol is simple but requires consistency. Daily check takes 5 minutes: confirm AutoTrading is enabled, note any trades since last check, verify account balance matches expectation. Weekly review takes 10 minutes: compare profit factor against expected range, check drawdown level against historical maximum, count trade frequency against expected average. Monthly: compare live performance to demo period benchmarks. The escalation rule: contact the developer if live performance is more than 30% below demo performance after 60 days. Continue without contact if performance is within 25% โ this is normal live/demo variance.
The Demo Requirement: Why 30 Days Is Not Optional
The 30-day demo period is mandatory for four reasons that compound each other. First, it lets you verify the EA runs correctly on your specific broker and VPS combination before real money is involved. Second, it builds psychological familiarity with the EA's normal behavior: typical losing streaks, typical recovery patterns, typical inactive periods. Third, it reveals configuration errors โ wrong session windows, wrong lot size, incorrect parameters โ in an environment where the errors cost nothing.
Fourth, and most importantly, it establishes a benchmark. When you go live at minimum lot sizes, you can compare live performance to your 30-day demo benchmark. A close match (within 20โ25%) confirms the EA is operating correctly in live conditions. A significant divergence (30%+ gap) signals that something in the live setup differs from demo โ and you have the demo data to diagnose it against.
7-Item Checklist
Strategy Logic
Broker Requirements
VPS Setup
Risk Settings
Session Windows
Drawdown Expectations
Monitoring Protocol
Lights lit
0/7 complete
Frequently Asked Questions
Get All 5 EAs โ Bundle Deal
Goldie Sniper, Goldie Razor V2 and V2.8.4, Blind Sniper, and Hybrid Scalper. Full suite for every market condition.
Talk to Us Directly
Not sure which EA fits your account size or trading style? Email us and we will help you choose.
Pro-Scalper EA Range
Find the Right EA for Your Trading Style
Goldie Sniper EA PRO
Session breakout ยท M1 ยท London & NY
High-frequency session breakout capturing London open and NY session momentum on the M1 timeframe.
Goldie Razor V2.8.4
Range breakout ยท M15 ยท H4 EMA filter
M15 range breakout with H4 200 EMA trend filter, 6-level trailing stop, and failed-breakout recovery.
Goldie Razor V2
H1 range breakout ยท proven track record
The original Goldie Razor โ H1 breakout strategy with a long live track record on XAUUSD.
Blind Sniper X PRO
Triple-confirmation ยท low frequency
Low-frequency sniper requiring triple signal confirmation โ fewer trades, higher per-trade selectivity.
Hybrid Manual Scalper Pro
Manual entry ยท automated exits
You control entries; the EA manages exits, trailing stops, and position management automatically.
Get All 5 EAs
Full Pro-Scalper suite
All five Expert Advisors at a bundle price โ cover every market condition and trading style.
Related Reading
Guide
Pre-purchase due diligence before you even install the EA
Read โ
Guide
Remote monitoring setup for after deployment
Read โ
Guide
Advanced configuration decisions after launch
Read โ
Guide
The full demo testing protocol before going live
Read โ
Guide
Suitability assessment before committing to EA deployment
Read โ
Guide
How poor pre-launch preparation leads to the biggest mistakes
Read โ
Guide
The complete EA setup guide: broker to live trading
Read โ
Goldie Razor V2.8.4
M15 breakout + H4 EMA filter โ built for XAUUSD on MT5