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 revision
Previous revision
Next revisionBoth sides next revision
eas-guide:reactor [2019/02/27 14:11] – Walk Forward vinieas-guide:reactor [2019/04/06 14:33] – ?nolink in image tags 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 =====
  
-{{ :eas-guide:reactor-optimize.png |}}+{{ :eas-guide:reactor-optimize.png?nolink |}}
  
 If you "Use optimization", the Automated Workflow tries to optimize every strategy produced by the Generator. If you "Use optimization", the Automated Workflow tries to optimize every strategy produced by the Generator.
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 =====
  
-{{ :eas-guide:reactor-monte-carlo-validation.png |}}+{{ :eas-guide:reactor-monte-carlo-validation.png?nolink |}}
  
 The [[eas-guide:monte-carlo|Monte Carlo]] validation tool performs random test of the strategy and validates the output. The [[eas-guide:monte-carlo|Monte Carlo]] validation tool performs random test of the strategy and validates the output.
Line 43: Line 43:
 ===== Multi Market Validation ===== ===== Multi Market Validation =====
  
-{{ :eas-guide:reactor-multi-market-validation.png |}}+{{ :eas-guide:reactor-multi-market-validation.png?nolink |}}
  
 The [[eas-guide:multi-market|Multi Market]] tool tests the strategy against different markets. Your validation criteria is the minimum count of tests that are on profit. The [[eas-guide:multi-market|Multi Market]] tool tests the strategy against different markets. Your validation criteria is the minimum count of tests that are on profit.