What new?
We analyzed a formula of trade on genuine comment and found critical pattern. Some losing trades are a outcome of pointless transformation of prices during a news. To forestall this, we have grown a news filter. Our news filter formed on a giveaway FF news indicator (forex bureau news indicator)
Pic. 1 – Forex Factory news Indicator
Indicator shows 5 columns (from left to right): news impact, news time, news data, currency, news. Using news filter we can demarcate trades during news duration for usd and eur currencies.
We have combined extern variables to Forex Robot TFOT:
sUrl = “http://www.forexfactory.com/ff_calendar_thisweek.xml”; The news supposing by forexfactory site usually for final week.
NewsReload.mi = 60; Reload news every, min
SymbolsFilter.On = true; Filter by simbol
SymbolsFilter = “EUR,USD”; Symbols
ShowOnlyCurrDay = false; Show calendar usually for stream day
IncludeHigh = true; uncover high impact news
IncludeMedium = true; uncover middle impact news
IncludeLow = false; uncover low impact news
IgnoreFilter.On = true; Ignore: holiday, speaks, indeterminate news
IgnoreFilter = “holiday,speaks,tentative”;
GMT time distributed and upheld from EA to a indicator (Broker.GMT.Offset option).
EA can't caclulate GMT time in StrategyTester mode so Tester.Broker_TZ choice is provided
for plan tester. You have to set it manual.
NewsSite.GMT.Offset = 0; GMT equivalent for news site
Broker.GMT.Offset = 0; GMT equivalent for brokerage company
extern bool StopNewTradesOnNews = true;
true: Prohibites a open of new trades News.HighLightPrior.mi mins before and News.HighLightAfter.mi mins after news releases.
By default News.HighLightPrior.mi = 10, News.HighLightAfter.mi = 45.
LoadNews choice contingency be set to true.
extern bool CloseOpenedTradesOnNews = true;
true: Closes non-stop trades and prohibites a open of new trades News.HighLightPrior.mi mins before and News.HighLightAfter.mi
minutes after news releases.
LoadNews choice contingency be set to true.
News.HighLightPrior.mi = 10; Stop trade before news comprehend
News.HighLightAfter.mi = 45; Start trade after news realize
Learn some-more about Forex Robot TFOT
Our association also can supplement same news filter for your consultant confidant for $190
Feel giveaway to hit us: [email protected]








