forex software

Create and Test Forex Strategies

forex software

eas-guide:validator

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:validator [2018/01/31 14:48] yavoreas-guide:validator [2019/04/30 20:32] – Walk Forward optimization and validation vini
Line 26: Line 26:
  
 {{:eas-guide:validator-toolbar.png?nolink|Validator Toolbar}} {{:eas-guide:validator-toolbar.png?nolink|Validator Toolbar}}
- 
  
 **Progress** - shows what percentage of the imported strategies have been calculated. **Progress** - shows what percentage of the imported strategies have been calculated.
Line 81: Line 80:
 ===== Optimize strategies ===== ===== Optimize strategies =====
  
-==== Optimization ====+==== Full Data optimization ====
 {{:eas-guide:reactor-optimization.png?nolink|Strategy Optimization }} {{:eas-guide:reactor-optimization.png?nolink|Strategy Optimization }}
  
Line 100: Line 99:
  
  
 +==== Walk Forward optimization ====
 +
 +**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]]
 +
 +In the "Reactor" context this optimization works if the strategy perform better than the original strategy (full data backtest vs full out of sample walk forward results) the last parameters will be accepted and the original strategy will be replaced with.
  
-===== Robustness Testing =====+===== Perform robustness testing =====
  
 With the previous tools you could check if the strategy is still profitable and attempt to make it more profitable. The tools below have a different goal. The robustness testing tools let you analyze how trustworthy a strategy is. This step is very important. With the previous tools you could check if the strategy is still profitable and attempt to make it more profitable. The tools below have a different goal. The robustness testing tools let you analyze how trustworthy a strategy is. This step is very important.
  
 +==== Walk Forward validation ====
 +You can use WFO as validation tool and it returns only strategies that pass the validated segments without changing the original parameters of the strategy.
  
 ==== Monte Carlo Validation ==== ==== Monte Carlo Validation ====