GetFFEvents MT4 I tester capability 外汇EA

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

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

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

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

有需要,请联系站长!

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

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

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

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


Want to get all events like Previous/Forecast/Actual values for each news to analyze/predict it?

By this simple library you can do it easily,Just import/integrate the library into your system,then get

all possible values for each news Even In Strategy Tester .

Note:

Please add the address “https://www.forexfactory.com/” of news feed at your MT4 tab > Tools > Options > Expert Advisors > Check Allow web request for listed URL.

Since the WebRequest() function can’t be called from indicator based on MQL4 documention,thus it should be imported

to ExpertAdvisors or Scripts.and the function won’t be called in strategy tester,first the news should be downloaded by

the library,then it can go to testing.

MT5 version :  GetFFEvents MT5 I tester capability

The functions can be imported :

#import "GetFFEvents.ex4"
int GetFFEvents(int year,int month,int day,Events& DailyEvents[],string currencies="",string impacts="",bool autoGMTOffset=true,int gmtOffset=3,bool backtest=false,bool displayOnChart=false,bool WriteToFile=false);
#import

Input parameters :

  • – Year : the year you want to be specified.
  • – Month : the month you want to be specified.
  • – Day : the day you want to be specified.
  • – Events : is a structure that be returned by function when the execution is successful.
  • – Currencies : the currencies you want to get,with multiple currencies you can separate it by “|” character.
  • – Impacts : the impacts you want to get,with multiple impacts you can separate it by “|” character.
  • – AutoGMTOffset : for matching the time of news to the broker time,if “true”,it will do automatially.
  • – GMTOffset : is for manual matching the offset time of broker time.
  • – Backtest : is for testing in strategy tester.before testing,the news files should be downloaded by time interval.
  • – DisplayOnChart : is for displaying the news on chart as vertical line with tooltip comments.
  • – WriteToFile : is for writing the news in a file for next backtesting.

– There is a sample code for easy to use (Link).

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