forex software

Create and Test Forex Strategies

forex software

eas-guide:strategy-group

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:strategy-group [2018/02/01 08:28] yavoreas-guide:strategy-group [2018/02/01 08:38] yavor
Line 4: Line 4:
  
   * **[[eas-guide:editor|Editor]]** - In the Editor you can create new strategies manually. Here you can also review and edit strategies created by the **[[eas-guide:generator]]**.   * **[[eas-guide:editor|Editor]]** - In the Editor you can create new strategies manually. Here you can also review and edit strategies created by the **[[eas-guide:generator]]**.
-  * **[[eas-guide:optimizer|Optimizer]]** - Optimizes the strategy for greater profits (or based on another dimension+  * **[[eas-guide:optimizer]]** - Optimizes the strategy for greater profits (or based on another measurement
-  * **[[eas-guide:monte-carlo|Monte Carlo]]** - Runs a series of Monte Carlo tests. Monte Carlo introduces "noise" into the strategy execution and data and in this way tests the strategy robustness. +  * **[[eas-guide:monte-carlo]]** - Runs a series of Monte Carlo tests. Monte Carlo introduces "noise" into the strategy execution and market data and in this way tests the strategy'robustness. 
-  * **[[eas-guide:multi-market|Multi Market]]** - Allows you to test a strategy on different markets. Many traders believe that a strategy that works on multiple markets must be more robust on the primary market it is created for. +  * **[[eas-guide:multi-market]]** - Tests a strategy on different markets. Many traders believe that a strategy that works on multiple markets must be more robust on the primary market it is created for. 
-  * **[[eas-guide:report|Report]]** - In the report tool you can see full data about each trade the strategy did in the backtest. +  * **[[eas-guide:report]]** - In the report tool you can see all the information about each trade the strategy did in the backtest. 
-  * **[[eas-guide:oos-monitor|OOS Monitor]]** -  See a summary of the backtest of the in-sample and the out of sample behavior of the strategy.+  * **[[eas-guide:oos-monitor]]** -  See a summary of the backtest of the in-sample and the out of sample behavior of the strategy.
  
 {{:eas-guide:strategy-group.png?nolink|Strategy Group}} {{:eas-guide:strategy-group.png?nolink|Strategy Group}}
Line 22: Line 22:
 The ID consists of two numbers - major and minor. The major number identifies the strategy. The minor number shows the strategy version.  The ID consists of two numbers - major and minor. The major number identifies the strategy. The minor number shows the strategy version. 
  
-When the Generator works it creates thousands of strategies. Some of these strategies get into the Collection (based on their performance). Usually it's very easy to reach 100 strategies in the Collection. Often very hard to orient yourself on what the strategy is only by the balance curve. Many strategies have very similar balance curves  but are based on different trading rules and numeric parameters. Thus we added the strategy ID. The strategy ID easily shows how a strategy is related to other strategies that are loaded in EA Studio at this moment.+When the Generator works it creates thousands of strategies. Some of these strategies get into the Collection (based on their performance). Usually it's very easy to reach 100 strategies in the Collection. Often it is very hard to understand what is within a strategy only by the balance curve. Many strategies have very similar balance curves  but are based on different trading rules and numeric parameters. To help with this we added the strategy ID. The strategy ID easily shows how a strategy is related to other strategies that are loaded in EA Studio at this moment.
  
 Here are some important things to know about strategy IDs: Here are some important things to know about strategy IDs:
Line 29: Line 29:
     * The **major** part of the ID is "156". The major part of the ID signifies the strategy has a distinct set of trading rules/indicators. So if we have a collection of 5 strategies using the same trading rules we will have 5 strategies with (major part) ID "156" in our collection. Here comes the:     * The **major** part of the ID is "156". The major part of the ID signifies the strategy has a distinct set of trading rules/indicators. So if we have a collection of 5 strategies using the same trading rules we will have 5 strategies with (major part) ID "156" in our collection. Here comes the:
     * The **minor** part of the ID is after the dot and is "5". The minor part of the ID means the strategy is basically the same as the other strategies with the same major ID. However it does differ by its indicator parameters.     * The **minor** part of the ID is after the dot and is "5". The minor part of the ID means the strategy is basically the same as the other strategies with the same major ID. However it does differ by its indicator parameters.
-  * Strategy IDs are not permanent. Due to the unlimited number of possible strategies that exist. IDs get assigned to the strategies as soon as they as the strategies enter EA Studio. This means if you export a Collection that contains a strategy with an ID of 159.1 and you load it later into EA Studio it will probably have a completely different number.+  * Strategy IDs are not permanent (because of the unlimited number of possible strategies). IDs get assigned to the strategies as soon as they enter EA Studio. This means if you export a Collection that contains a strategy with an ID of 159.1 and you load it later into EA Studio it will probably have a completely different number.