EA Settings & Configuration

When to Pause an EA Instead
of Letting It Trade

The most common EA mistake is pausing for the wrong reasons. Flip each card to reveal the verdict — PAUSE, DO NOT PAUSE, or REDUCE — with exact instructions.

Click each card to reveal the verdict

Situation #1
Major Economic News
FOMC/NFP approaching in 30 minutes
Click to reveal verdict →
PAUSE

Spread will widen 3–10×. Even correct trades can be unprofitable due to entry/exit spread cost alone. Your EA cannot account for this — it sees spread as an entry condition but not as a dynamic multiplier.

MT5: Press the Algo Trading button in the toolbar 45 minutes before the event. Set a ...
Situation #2
3-Day Consecutive Drawdown
Three losing sessions in a row
Click to reveal verdict →
DO NOT PAUSE

Drawdown within historical parameters is normal. The expected value of the next trade is unchanged by previous losses. Pausing now means you exit before the recovery that follows drawdown periods. Check if drawdown exceeds historical max — if not, hold the position.

MT5: Review EA parameters against historical max drawdown. If within range: do nothin...
Situation #3
Broker Maintenance Window
Scheduled maintenance in 2 hours
Click to reveal verdict →
PAUSE

During maintenance, order management is unavailable. If the EA has open positions with pending stop/TP orders, those orders cannot be modified or closed if conditions change. This is genuine infrastructure risk — unrelated to market conditions.

MT5: Close any open trades manually before maintenance begins. Disable Algo Trading. ...
Situation #4
Market Holiday
Christmas / New Year / Major Holiday
Click to reveal verdict →
REDUCE

Thin liquidity causes erratic spreads and false signal generation. Full pause is safest, but if you prefer to keep the EA running, reduce lot size to 25–50% of normal to limit exposure to holiday market conditions.

MT5: Reduce LotSize parameter to 50% on the holiday eve. Alternatively, disable Algo ...
Situation #5
Spread Currently 35 Pips
Unusually wide spread right now
Click to reveal verdict →
DO NOT PAUSE

Your spread filter should handle this automatically. A properly configured gold EA includes a MaxSpread parameter — if current spread exceeds this threshold, the EA will not open new trades. Trust the filter. Manual intervention is redundant.

MT5: Verify your MaxSpread parameter is set correctly (recommended 3–5 pips for scalp...
The One-Line Framework

"Pause for infrastructure issues. Trust the EA for market conditions."

You should pause your gold EA when an infrastructure condition makes automated trading unsafe — not when market conditions are unfavourable. The key distinction: infrastructure problems (broker maintenance, news events causing extreme spread widening, connectivity issues) are legitimate pause triggers because your EA cannot function correctly. Market conditions like drawdown, volatility, or poor recent performance are not pause triggers because the EA's edge still applies — the problem is usually the trader's psychology, not the EA's performance.

When Should You Pause a Gold Trading EA? The Decision Framework

The core question to ask before pausing any EA: "Is this a problem with how the EA can operate, or a problem with how the EA is performing?" These two categories require completely different responses.

If the EA cannot operate correctly — because spread is 50 pips during news, because the broker is in maintenance, because your VPS connectivity is unstable — then pausing makes sense. The EA's logic cannot function as designed in these conditions.

If the EA is operating correctly but performing below recent expectations — three losing days, a 10% drawdown, lower win rate this week — then pausing is almost certainly wrong. The EA's logic still applies. The issue is either normal statistical variance (losing streaks happen even for profitable strategies) or a fundamental change in market conditions that requires investigation, not an immediate pause. This distinction is the foundation of all discipline around the pause decision.

The 5 Situations That Justify Pausing Your XAUUSD EA

Situation 1: Major Economic News Within 30 Minutes

FOMC announcements, NFP releases, CPI data — these scheduled events cause spread widening of 3–10× normal levels in the minutes before and after the release. XAUUSD spread on an ECN broker normally runs at 0.8–1.5 pips. During NFP, it can reach 30–80 pips. A scalping EA targeting 15 pips profit cannot function profitably when entry spread alone is 30 pips.

This is a pure infrastructure issue — the EA's logic is sound, but the execution environment makes it impossible to implement that logic at normal cost levels. Pre-schedule pauses 45 minutes before major events using calendar reminders. Review the week's economic calendar every Sunday. For broader timing guidance, the guide on pre-scheduled no-trade windows vs reactive pausing covers how to set these up systematically.

Situation 2: Scheduled Broker Maintenance

Brokers periodically perform server maintenance — typically announced 24–72 hours in advance. During maintenance windows, order processing is unavailable or unreliable. An EA with open positions during maintenance cannot manage those positions: cannot move stops, cannot take profits, cannot exit. This is genuine unmanaged risk.

Before any scheduled maintenance: (1) close all open positions manually, (2) disable Algo Trading, (3) wait until maintenance is confirmed complete (not just scheduled to end — confirm via broker support chat or MT5 connection indicator), (4) re-enable Algo Trading 30 minutes after confirmed completion.

Situation 3: Major Market Holidays

Christmas Eve, Christmas Day, New Year's Eve, US Thanksgiving, and Easter Monday reduce market participation by 40–70%. The remaining liquidity comes disproportionately from retail traders rather than institutional players, creating erratic spread patterns and false signal generation. An EA trained on data from normal institutional sessions will generate signals that do not apply to holiday market microstructure.

The safer option: fully pause on major holidays. The reduced-risk option: halve the lot size and set tighter spread filters. The profit potential on a holiday with thin liquidity rarely justifies the added risk.

Situation 4: VPS or Connectivity Issues

If your VPS has connectivity problems, your EA cannot communicate with the broker. Open positions become orphaned — the EA cannot apply its exit logic if price moves against you. If you notice your VPS is experiencing instability (MT5 not reconnecting, logs showing disconnection errors), the safe move is to log into your broker platform directly and manually manage any open positions until VPS stability is restored.

Situation 5: Extreme Live Spread (No EA Filter)

If your EA does not have a built-in MaxSpread filter and you notice XAUUSD spread is currently at 25–50 pips (visible in the MT5 Market Watch), temporarily pausing until spread normalises is sensible. However — and this is important — if your EA already has a MaxSpread parameter set correctly, you do not need to manually intervene. The EA's filter handles this. Trust the filter and consider whether a manual intervention is actually adding value or just feeding your anxiety.

Why You Should Almost Never Pause During Drawdown

This is the most important pause guidance, and the most frequently ignored. When an EA enters a losing streak — 3, 5, or even 8 consecutive losses — the psychological pressure to intervene is intense. The losses feel like evidence that something is wrong. They feel like a signal to stop.

They are not. Consecutive losses are a mathematical certainty for any strategy, including those with 65–70% win rates. A strategy winning 65% of the time has a 4% chance of losing 5 in a row. Over 200 trades, you will have multiple such streaks. They are not evidence of EA failure — they are evidence of statistical reality.

The traders who pause during drawdown make three compounding errors: they lock in the losses at that point, they miss the recovery trades that follow (which restore the account to expected equity), and they then face the psychological difficulty of knowing when it is safe to re-enter — which they almost always time incorrectly, either re-entering after more losses (too late) or not re-entering at all.

The one exception: if drawdown exceeds the EA's historical maximum drawdown by more than 30%, that is a signal worth investigating. Not pausing immediately, but investigating whether broker conditions have changed, whether parameters need adjustment, or whether a fundamental market regime shift is happening. For this deeper investigation, the guide on recovery mode as an alternative to pausing provides additional decision frameworks.

How to Correctly Pause an EA on MetaTrader 5

There are three ways to pause an EA in MT5, and they have meaningfully different effects:

Method 1: Algo Trading Button (Recommended)
  • 1. In the MT5 toolbar, locate the "Algo Trading" button (robot icon)
  • 2. Click it to toggle OFF — the button will appear grey/inactive
  • 3. All EAs stop opening new trades immediately
  • 4. Existing open positions remain managed by the EA's exit logic
  • 5. Re-enable by clicking the button again — appears green/active
Safest method. Preserves position management. Works across all EAs simultaneously.
Method 2: Disable Individual EA
  • 1. Right-click on the EA indicator on the chart
  • 2. Select "Properties" then uncheck "Allow live trading"
  • 3. Or press F7 while the chart with the EA is active
  • 4. This disables only the selected EA, others continue
  • 5. Re-enable by reversing the above
Use when you want to pause one specific EA while letting others run.
Method 3: Remove EA from Chart (Caution)
  • 1. Right-click EA on chart → Remove
  • 2. Stops all EA activity including position management
  • 3. WARNING: depending on EA coding, existing trades may no longer be managed
  • 4. Use only if you intend to also close existing positions manually
Not a pause — effectively turns off the EA. Use only with intention to stop completely.

The Difference Between Pausing and Turning Off Your EA

Pausing and turning off an EA are fundamentally different decisions with different protocols:

DimensionPausingTurning Off
DurationHours to daysWeeks to months
TriggerSpecific known eventFundamental issue found
Analysis requiredNone — predefined rule4-branch diagnostic first
Resume conditionKnown: after event endsUnknown: after issue resolved
Appropriate whenInfrastructure problemEA fundamentals in question

When you think you need to "turn off" your EA, the first step is always to ask whether a temporary pause would be more appropriate. If you cannot identify a specific date when you would re-enable the EA, that is a sign you're considering turning off rather than pausing — which requires the more thorough analysis described in the guide on when pausing is not enough.

How Long Should You Pause Your Gold EA For?

Duration guidelines for the most common pause triggers:

  • NFP: 75 minutes total — 15 min before to 60 min after the 13:30 UTC release.
  • FOMC statement + press conference: 2.5–3 hours total — 45 min before the 14:00 UTC statement, then until 60 min after the press conference ends (~17:00 UTC).
  • Broker maintenance: Resume 30 min after confirmed maintenance end, not just scheduled end time.
  • Market holiday: Full day of the holiday, resume 2 hours after market open the next trading day.
  • Temporary extreme spread: Resume when spread returns to within 2× normal for at least 15 consecutive minutes.
  • VPS instability: Resume only after confirmed stable connectivity for 30+ minutes.

Building a Pause Protocol Into Your Weekly EA Routine

The goal is to make pausing systematic rather than reactive. Reactive pausing — responding to bad trades in real-time — is almost always emotional. Systematic pausing — following a pre-built protocol — is almost always rational.

Here is a weekly protocol that takes 15 minutes on Sunday and prevents 90% of problematic pause decisions:

  1. Open your economic calendar (Forex Factory, Investing.com, or MT5 built-in calendar).
  2. Filter for XAUUSD impact: select USD High-Impact events only.
  3. For each high-impact event: set phone alarm 45 minutes before event time labelled "Pause EA."
  4. Set a second phone alarm 90 minutes after the event time labelled "Resume EA."
  5. Note broker maintenance windows from last week's broker email/announcement.
  6. Check the week for any market holidays (Christmas, Thanksgiving, etc.).
  7. Write your "EA pause plan" for the week — nothing more than a list of times to pause and resume.

This simple system removes in-the-moment decision-making entirely. You follow the plan. The plan is made when you are calm, not when you are watching a loss. This is the core insight of volatility situations and whether to pause — having a predefined rule for every situation means you never need to decide in real-time.

EA Pause Questions — Answered

Goldie Razor V2.8.4

M15 breakout + H4 EMA filter — built for XAUUSD on MT5

View Goldie Razor →