forex software

Create and Test Forex Strategies

forex software

eas-guide:reactor

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
eas-guide:reactor [2019/02/27 14:11] – Walk Forward vinieas-guide:reactor [2019/02/27 14:12] vini
Line 16: Line 16:
  
 The final goal of the tool is to provide strategies that have passed all robustness tests. So we can start EA Studio for a night and we will have ready for trading strategies set at the morning. The final goal of the tool is to provide strategies that have passed all robustness tests. So we can start EA Studio for a night and we will have ready for trading strategies set at the morning.
- 
-==== Walk Forward ==== 
- 
-**Walk Forward analysis (WFA) or Walk Forward optimization (WFO)** is a sequential optimization applied to an investment strategy. The name of the analysis is called “walk forward” because we have a moving window that progressively traverses the whole period of the data history with a pre-established step. Algorithmic traders apply such analysis to decrease the over-optimized parameters used in the investment strategy as we don’t want only a great looking backtest result, we want also a system that don't fail in live real money account. 
- 
-Read more about it at [[eas-guide:walk-forward|Walk Forward]] 
  
 ===== Optimization ===== ===== Optimization =====
Line 32: Line 26:
 If the strategy fulfills the criteria, the app continues to the next workflow tool. If no more tools are enabled, the app pushes the strategy to the Collection and runs the Generator. If the strategy fulfills the criteria, the app continues to the next workflow tool. If no more tools are enabled, the app pushes the strategy to the Collection and runs the Generator.
 You may find it useful to increase the Generator's working minutes in order to let it run longer You may find it useful to increase the Generator's working minutes in order to let it run longer
 +
 +==== Walk Forward ====
 +
 +**Walk Forward analysis (WFA) or Walk Forward optimization (WFO)** is a sequential optimization applied to an investment strategy. The name of the analysis is called “walk forward” because we have a moving window that progressively traverses the whole period of the data history with a pre-established step. Algorithmic traders apply such analysis to decrease the over-optimized parameters used in the investment strategy as we don’t want only a great looking backtest result, we want also a system that don't fail in live real money account.
 +
 +Read more about it at [[eas-guide:walk-forward|Walk Forward]]
  
 ===== Monte Carlo Validation ===== ===== Monte Carlo Validation =====