forex software

Create and Test Forex Strategies

forex software

eas-guide:overview

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:overview [2017/09/29 11:09] yavoreas-guide:overview [2017/09/29 11:13] yavor
Line 18: Line 18:
 The generator composes strategies from predefined logical blocks. When a strategy is composed the Generator will backtest it on historical data. If the backtest results pass your Acceptance Criteria the strategy will end up in the Collection. The Acceptance Criteria are just a list of rules that a strategy has to meet before it is even considered to be profitable. The generator composes strategies from predefined logical blocks. When a strategy is composed the Generator will backtest it on historical data. If the backtest results pass your Acceptance Criteria the strategy will end up in the Collection. The Acceptance Criteria are just a list of rules that a strategy has to meet before it is even considered to be profitable.
  
 +You start the generator by pressing the green "Start" button at the top. When the Generator is running the button will be replaced by a red "Stop" button.
  
 ===== Collection ===== ===== Collection =====
Line 30: Line 30:
  
 If the number of strategies within the Collection reaches 100 and the generator continues to work only strategies better than the current ones will be added. For each new strategy added to the collection EA Studio will automatically remove the worst strategy in the list. This ensures only the best strategies remain. If the number of strategies within the Collection reaches 100 and the generator continues to work only strategies better than the current ones will be added. For each new strategy added to the collection EA Studio will automatically remove the worst strategy in the list. This ensures only the best strategies remain.
 +
 +If you click any of the strategies in the Collection it will open in the Editor.
  
 ===== Editor ===== ===== Editor =====
 +
 +{{ :eas-guide:editor.png |}}
 +
 The Editor is very useful. It shows us the strategy structure, allows us to review and change the strategy properties and indicator logic. The Editor is very useful. It shows us the strategy structure, allows us to review and change the strategy properties and indicator logic.