PHANTOM.
Mar 7, 20264 min read

News Events Destroy Accounts -- Here is How to Protect Yourself Automatically

Three Letters That Destroy Accounts

NFP. FOMC. CPI. If you trade gold, forex, or indices, these three-letter acronyms should be burned into your consciousness. They represent scheduled economic events that move markets more in 3 minutes than most traders expect in 3 days.

Non-Farm Payrolls (NFP) is released on the first Friday of every month. The Federal Open Market Committee (FOMC) announces rate decisions eight times per year. Consumer Price Index (CPI) data drops monthly. Each one can move XAUUSD by $15-40 in minutes. And these are just the US events -- every major economy has its own calendar of market-moving releases.

Real Examples

NFP -- March 8, 20248:30 AM ET

Actual: +275K vs Expected: +198K. XAUUSD dropped $28 in 3 minutes. Any buy position without proper protection was destroyed. Standard stop losses of 200-300 points were obliterated by the speed of the move.

CPI -- February 13, 20248:30 AM ET

Core CPI came in at 3.9% vs expected 3.7%. XAUUSD fell $35 in under 5 minutes. Spread widened to 80+ points during the first 30 seconds, triggering stop losses at much worse prices than expected.

FOMC Rate Decision -- January 31, 20242:00 PM ET

Rate held at 5.25-5.50% as expected, but the statement language shifted hawkish. XAUUSD dropped $22, recovered $15, then dropped another $18 over the next hour. The whipsaw stopped out traders in both directions.

These are not exceptions. This happens every single month. The only question is whether your account is protected when it does.

Why Most EAs Skip News Protection

Building a news filter requires extra work. The developer has to parse the MT5 economic calendar, categorize events by impact level and currency, calculate time buffers, decide on protection modes, and handle edge cases like unscheduled central bank statements. Most EA developers skip this entirely because it is not what they are selling -- they are selling a signal generator, and news filtering is a separate problem.

The result: thousands of EAs on the market that happily open trades 5 minutes before NFP, hold positions through FOMC, and have no idea that CPI is about to drop. The backtest looks great because historical data does not show the 80-point spread spike that happened during the event. Live trading tells a very different story.

How News Shield Works

News Shield reads the built-in MT5 economic calendar. No external data feed, no additional subscription, no API key. The calendar is part of MT5 and is maintained by MetaQuotes with data from major economic sources.

Before each candle close and at configurable intervals, News Shield scans for upcoming events. It filters by impact level (you choose: high only, high + medium, or all events) and by currency (you can protect all currencies or only the ones you trade). When an event falls within the protection window, News Shield takes action.

The Three Protection Modes

Close All (safest): All open positions are closed before the event. No exposure during the release. After the post-event buffer expires, trading resumes normally. This is the recommended mode for prop firm traders where a single event can blow the daily loss limit.

Tighten SL (moderate): Instead of closing positions, News Shield moves stop losses closer to current price. If the event goes in your favor, you profit. If it goes against you, the tighter stop limits the damage. This mode keeps you in winning trades while reducing downside risk.

Pause EAs (flexible): News Shield sends a signal to other PHANTOM tools (and compatible third-party EAs) to stop opening new trades. Existing positions remain open and unmodified. This mode prevents new exposure during the event without affecting current positions.

Buffer Minutes: The Science of Timing

News Shield uses configurable buffer periods before and after events. The defaults are 15 minutes before and 10 minutes after. Here is why those numbers matter.

15 minutes before: Spreads typically start widening 5-10 minutes before a major release as liquidity providers pull their orders. Trading during this period means worse fills, wider stops, and artificially inflated costs. The 15-minute buffer ensures you are protected before the spread expansion begins, not just before the data drops.

10 minutes after: The initial reaction to a news event is often not the final reaction. Markets frequently spike in one direction, reverse, and then settle on a direction over the following 5-10 minutes. The 10-minute post-event buffer keeps you out during this whipsaw period. Traders who re-enter immediately after a release often get caught in the reversal.

You can adjust both buffers. Some traders use 30 minutes before and 20 after for FOMC (which has the press conference 30 minutes after the announcement). Others use 10/5 for lower-impact events. The defaults work well for the majority of situations, and News Shield logs every event it protects against so you can optimize over time.

Set It and Forget It

Once News Shield is configured, there is nothing to maintain. The MT5 calendar updates automatically. New events appear as central banks schedule them. You do not need to check an economic calendar website, set phone reminders, or manually close trades before each release. The protection is always on, always accurate, and always faster than your manual reaction could be.

Your EA does not need to know about news events. News Shield handles that layer. Your EA does not need to know about other EAs. The PHANTOM Suite handles coordination. You focus on your strategy. The tools handle everything else.

Ready to try PHANTOM?

Start your 14-day free trial. No credit card required.

Start Free Trial

Related Articles

The Prop Firm Survival Guide

6 min read

Why a Trading Suite Beats 10 Individual EAs

5 min read

The Science of Trailing Stops

4 min read