DislikedHi guys, could please anyone ad this news filter in to my EA? And make it working with FFcall indicator and DLL file. It should not be dificult for someone who understand programing. Code: extern bool AvoidNews=true; extern int MinimumImpact=1; extern int MinsBeforeNews=30; extern int MinsAfterNews=30; At the beginning of the start body, add : Code: bool ContinueTrading=true; if(AvoidNews) { static int PrevMinute=-1; int MinSinceNews=iCustom(NULL,0,"FFCal",true,true,false,true,true,1,0); int MinToNews=iCustom(NULL,0,"FFCal",true,true,false,true,true,1,1);...Ignored
- #16,992
- Dec 26, 2016 7:54pm Dec 26, 2016 7:54pm
- Joined Feb 2007 | Status: Trader | 2,146 Posts
Trade what you see not what you hope
- #16,996
- Dec 27, 2016 5:09am Dec 27, 2016 5:09am
- Joined Feb 2007 | Status: Trader | 2,146 Posts
Trade what you see not what you hope
- #16,998
- Dec 27, 2016 6:01am Dec 27, 2016 6:01am
- Joined Jun 2012 | Status: Trader , Analyst and Mentor | 5,884 Posts
Say something meaningful or Silence!!
- #16,999
- Dec 27, 2016 6:04am Dec 27, 2016 6:04am
- | Membership Revoked | Joined Aug 2015 | 1,243 Posts