# Low / Medium/ High Impact News

* **Low:** Minor market influence.
* **Moderate:** Potential for noticeable volatility.
* **High:** Significant market-moving potential.
* &#x20;[Buffer minutes before/after news](/smartchoise-manual/options/news-filters-forexfactory/minutes-before-after-news-to-pause-trading-before-after-news.md)**:** Defines the time window (in minutes) before and after a news event during which the EA will refrain from opening new trades.&#x20;

{% hint style="success" %}

#### Enable the news filter on live accounts.

Helps avoid high volatility, slippage, or spreads during impactful events like:

* FOMC rate decisions
* Non-Farm Payroll (NFP)
* CPI, GDP, or unemployment data
* Adds **real-time fundamental awareness** to your EA — automatic, no need to manually set times.
  {% endhint %}

{% hint style="info" %}
If Pause trading on High risk news is set to true, and a red (high-impact) event is scheduled at **14:00**, with Buffer set to 30, then the EA will **pause new trades from 13:30 to 14:30**.

Set Buffer between **15–180 minutes**, depending on how long volatility typically lasts for your strategy.

The EA aligns news event times from ForexFactory with your broker's server time to ensure accurate scheduling.
{% endhint %}

{% hint style="warning" %}

#### **Important Notes**

**Buffer Duration:** Setting buffers that are too short may not provide adequate protection against volatility. Conversely, excessively long buffers might cause the EA to miss profitable trading opportunities.

* Ensure that `https://www.forexfactory.com` is added to the allowed URLs in:
  * `Tools > Options > Expert Advisors > Allow WebRequest for listed URL`
* Internet connection must be stable — news data is fetched online.

**Trade Management:** The EA only pauses new trade entries during the specified buffer periods. Existing trades will continue to be managed according to the EA's logic, including take profit, stop loss, and trailing stop mechanisms.
{% endhint %}

{% hint style="danger" %}

#### Risk Warning: Potential for Increased Drawdown

Disabling or misconfiguration of news filters can expose your trading account to significant risks:

* **High Volatility:** Entering trades during high-impact news events can lead to unpredictable price movements.
* **Slippage:** Rapid price changes may result in orders being executed at unfavorable prices.
* **Widened Spreads:** Brokers may increase spreads during news events, affecting trade profitability.

*It's advisable to enable the news filter and set appropriate buffer times to mitigate these risks.*
{% endhint %}

🧠 *Let the EA sit out the big market storms. News-based filters give your technical strategy time to breathe.*


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smartchoise.gitbook.io/smartchoise-manual/options/news-filters-forexfactory/low-medium-high-impact-news.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
