forex software

Create and Test Forex Strategies

forex software

eas-guide:indicators

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:indicators [2018/01/25 13:43] yavoreas-guide:indicators [2019/07/25 04:00] Miroslav Popov
Line 3: Line 3:
 {{:eas-guide:indicators-tools.png?nolink|Indicators}} {{:eas-guide:indicators-tools.png?nolink|Indicators}}
  
-EA Studio comes with a set indicators. The same indicators are used in MetaTrader. This guarantees compatibility between EA Studio's Expert Advisors and MetaTrader.+EA Studio comes with a set of indicators. The same indicators are used in MetaTrader. This guarantees compatibility between EA Studio's Expert Advisors and MetaTrader.
  
-In the strategies Indicators can be used as Entry rules and Exit rules. Therefore there are two columns in the interface. The toggle button above each column allows you to enable/disable all indicators at once. Of course if your want to find strategies easily you want to enable as many indicators as you can. On the other hand EA Studio gives you the option to select only specific indicators that will be used by the [[eas-guide:generator|Generator]] or disable specific indicators you don't want to be used for some other reason.+In the strategiesIndicators can be used as Entry rules and Exit rules. Therefore there are two columns in the interface (see above). The toggle button above each column allows you to enable/disable all indicators in that column at once. Of courseif you want to find strategies easily you want to enable as many indicators as you can. On the other handEA Studio gives you the option to select only specific indicators that will be used by the [[eas-guide:generator|]] and to disable specific indicators you don't want to be used for some reason
 + 
 +===== Recommended Indicators ===== 
 + 
 +The "Recommended" button makes the recommended indicators available for the Generator. The rest indicators are disabled. They are all stable and work well in EA Studio and MetaTrader, but have some specifics. You may enable all of them if you want. 
 + 
 +Here are the notes of why some indicators are not recommended: 
 + 
 +  * "Accumulation Distribution" includes the sum of the volumes since the beginning of the data series. It will give different values if you test your strategy on data with different length or from a different broker or data server. 
 +  * "Bears Power" and "Bulls Power" are not completely symmetrical for long and for short positions. They also use only the Exponential Moving Average in MetaTrader. 
 +  * "Donchian Channel" indicator measures the bars High and Low for a particular interval. Because EA Studio trades only at Bar open, it appeared that this indicator gives signals only when there is a gap in the data, which is not very common for the forex market. 
 +  * "Entry Time" and "Exit Time" indicators determine entry and exit time intervals. The Generator may choose intervals that are not very suitable for our market. These indicators are best for use as "Preset Indicators"
 +  * "Long or Short" makes the strategy trading in one direction only. It may be good for experiments or for some stock markets but is suitable for every case because we want symmetrical strategies in the general case. 
 +  * "MACD", "MACD Signal", "Moving Average of Oscillator" use only Exponential Moving Average (EMA) in MetaTrader. The EMA calculates its current value based on its previous value. This method leads to slightly different values for different length of the data series. It may give different signals if we have different data for testing and trading. Using EMA is OK if we import the full data series from the broker. 
 +  * "On Balance Volume" uses volume, which may give different signals if we use different data. 
 +  * "Do not Exit" - obviously we want our strategies to use indicators for an exit. The indicator is useful if we are sure we want to exit only at Stop loss or at Take Profit.
  
 ~~DISQUS~~ ~~DISQUS~~