Mql5官网 GerFX BreakingNews Filter 外汇EA

Mql5官网 GerFX BreakingNews Filter 外汇EA-EA侦探社 - 全球领先的MQL5官网外汇EA机器人MT4自动化交易EA资源免费分享网站
Mql5官网 GerFX BreakingNews Filter 外汇EA
此内容为免费资源,请登录后查看
0积分
免费资源

如果免费资源下载的文件为TXT文档

请联系站长更新!站长微信:Lv596999  Telegram:@eapoj

“Mql5官网”板块的EA基本都有,大部分是无限制NODLL版,NODLL版本MT1420升级,大多数不可用!这些EA来源为国外花钱买过来的

有需要,请联系站长!

“EA测评”板块资源全部现有,看见不错的,可以联系站长看EA在确定是否收费

“无限制EA”板块,大部分免费,下载文件全部存在,都可以免费下载

站长硬盘EA太多,因大部分时间做交易,做风控,没太多时间更新下载地址,请谅解!

需要更新下载文件,请联系站长微信!国外朋友请联系Telegram。


In the current version this filter will only work with my night scalpers and the EA Profitection Filter or with other EAs that utilize the global variables set by this EA. 

An MT5 version is availalble here

Many scalpers these days have a “normal” news filter, which filters calendar news such as interest rate decisions or CPI releases. 

However, this breaking news filter is able to filter non-standard breaking news. It will check every minute for news and if it finds a news event, it will create global variables that can be read by other EAs. 

My night scalpers will then reduce the stop loss to a fraction of the normal stop loss or close the position directly if the loss exceeds this value. Positions are not just closed because the news could also be in our favor if it pushes the price in the positive direction. 

The scalpers will also set a break even stop loss for trades that are in profit. A breaking news signal will last for 4 hours after it was triggered. 

This type of filter cannot be backtested, therefore it is not clear whether it will really improve the profitability. Also, often the price reverses after an initial spike, so closing early might even be less profitable sometimes. 

However, in 2018/2019 there have been a few nights where such a filter would have reduced the losses considerably. 

Right now, only Brexit and NAFTA news are searched for to avoid too many false signals. Since it is a complicated process and the news title might not contain the keywords we are searching for, there is no guarantee that the news will be detected on time, or even at all. 

For an explanation of all settings, please have a look at my blog post.

How to setup the filter:

  1. Please allow requests to: http://breaking.fxdata.cc
    (Tools -> Options -> Expert Advisors -> Allow WebRequests for listed URL) 
  2. Attach the EA to one chart per MT4 terminal. Symbol and time frame does not matter. But don’t use symols with trading pauses, so better to use major currency pairs like EURUSD. 

You can double check the created global variables when clicking onto Tools -> Global Variables (or just press F3). 

Why I am only offering renting: 

One reason is that there could be periods where the filter does not filter anything, so users can then unsubscribe again. At the time of publishing the filter, it only looks for Brexit and NAFTA news, but it could be that both news stories are over at some point in time and don’t require any more filtering. In the future probably other important events will arise, but it is impossible to predict. 

Also, the filter should run on an own chart, not within an EA, because web requests are not asynchronous in MT4 meaning that each time a chart does a web request, the EA on the chart will not be able to do anything for up to a few seconds. 

Another reason is that this kind of filter requires constant effort to search for possible news that should be filtered, to refine the filter, to search for good news sources, etc. as well as a higher server load compared to normal news filter. Therefore, I would also like to get a small continuous compensation. Depending on the available information sources I might also not be able offer this filter in the future. 

For other developers: 

This filter will produce global variables that can be used by other EA, for example in the way described above or maybe even for some momentum systems (but there are very few triggers). 

For example, if there was news for EUR, it would set the global variable breakingNewsForEUR=1, which could then be checked like:

bool breakingNewsForEUR = GlobalVariableCheck(“breakingNewsForEUR”) && GlobalVariableGet(“breakingNewsForEUR”) == 1.;

© 版权声明
THE END
喜欢就支持一下吧
点赞74 分享