forex robot tfot algorithm

2
Forex robot TFOT – algorithm explanation Forex robot TFOT contains several modules: Scalping strategy Breakdown strategy BackPropagation Neural Network Forex news filter Trading signal can be generated by scalping strategy or (and) breakdown strategy. If signal generate scalping strategy, robot will check all important news for EUR and USD currencies, and if in the near future there are no important news, robot will open order. Robot will open order with full lot size ,if neural network passes a signal and with 50% (adjustable) of lot size if neural network did not pass a signal. For this strategy we use trailing stop loss based ATR indicator. Same algorithm for breakdown strategy, but with one exception: we do not use news filter for this strategy. News Module News module based on FF news indicator. Indicator loads news calendar from forexfactory website. News module has a lot of adjustable parameters: SymbolsFilter.On = true; Filter by simbol SymbolsFilter = "EUR,USD"; Symbols ShowOnlyCurrDay = false; Show calendar only for current day IncludeHigh = true; show high impact news IncludeMedium = true; show medium impact news IncludeLow = false; show low impact news IgnoreFilter.On = true; Ignore: holiday, speaks, tentative news Etc. But we have adjusted this module and sell robot with best settings. Scalping Strategy Breakdown strategy News Module ForexFactory Calendar Neural Network

Upload: keith8385

Post on 22-Jul-2015

245 views

Category:

Economy & Finance


3 download

TRANSCRIPT

Page 1: Forex robot tfot algorithm

Forex robot TFOT – algorithm explanation 

Forex robot TFOT contains several modules: 

• Scalping strategy • Breakdown strategy • BackPropagation Neural Network • Forex news filter 

 

 

 

 

 

 

Trading signal can be generated by scalping strategy or (and) breakdown strategy. If signal generate scalping strategy, robot will check all important news for EUR and USD currencies, and if in the near future there are no important news, robot will open order. Robot will open order with full lot size ,if neural network passes a signal and with 50% (adjustable) of lot size if neural network did not pass a signal. For this strategy we use trailing stop loss based ATR indicator.  

Same algorithm for breakdown strategy, but with one exception: we do not use news filter for this strategy.  

News Module 

News module based on FF news indicator. Indicator loads news calendar from forexfactory website. News module has a lot of adjustable parameters:  

 • SymbolsFilter.On = true; Filter by simbol • SymbolsFilter = "EUR,USD"; Symbols  • ShowOnlyCurrDay = false; Show calendar only for current day  • IncludeHigh = true; show high impact news  • IncludeMedium = true; show medium impact news  • IncludeLow = false; show low impact news  • IgnoreFilter.On = true; Ignore: holiday, speaks, tentative news • Etc. 

But we have adjusted this module and sell robot with best settings.  

Scalping Strategy 

Breakdown strategy 

News Module 

ForexFactory Calendar 

Neural Network 

Page 2: Forex robot tfot algorithm

 

Neural Network 

Neural network based on Back Propagation Neural Network. You can read more about Back Propagation Neural Network here: http://en.wikipedia.org/wiki/Backpropagation 

In simple words, the neural network module  analyzes back test and for each order several bars before winning or losing order, and stores patterns. In real trading module compare new patterns with stored patterns and makes decision. 

Real Account Test 

We test Forex Robot TFOT since 2010 and received excellent results. 

 

You can check test here: http://www.myfxbook.com/members/iticsoftware/expert‐advisor‐tfot/65539 

Forex Robot TFOT home page: http://iticsoftware.com/tfot6/