forex software

Create and Test Forex Strategies

forex software

eas-guide:strategy

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:strategy [2018/01/29 12:35] yavoreas-guide:strategy [2018/01/29 13:27] yavor
Line 3: Line 3:
 A trading strategy consists of rules for opening positions (Entry Rules) and closing positions (Exit Rules). Each strategy you can be export as an Expert Advisor for MetaTrader 4 or MetaTrader 5. A trading strategy consists of rules for opening positions (Entry Rules) and closing positions (Exit Rules). Each strategy you can be export as an Expert Advisor for MetaTrader 4 or MetaTrader 5.
  
-EA Studio uses strict trading rules and a predefined structure of the strategies in order to provide fast and reliable backtest, which corresponds to the test and trade in MetaTrader.+EA Studio uses strict trading rules and a predefined structure of the strategies in order to provide fast and reliable backtest. The backtest corresponds closely to MetaTrader testing and trading results.
  
 ===== Purpose of an Expert Advisor ===== ===== Purpose of an Expert Advisor =====
Line 15: Line 15:
 ===== Technical Indicators ===== ===== Technical Indicators =====
  
-To create trading strategies EA Studio uses a set of technical indicators. Most of those indicators are standard and widely used. There are a few other indicators that are specially build for EA Studio so allow building even more diverse strategies.+EA Studio uses a set of technical indicators to create trading strategies. Most of the indicators are standard and widely used. There are a few indicators that are specially build for EA Studio so allow building even more diverse strategies.
  
-We support MQL (MetaQuotes Language) versions of the indicators for exporting Expert Advisors. The indicators in EA Studio work in the same way and rise the same signals as their equivalent MetaTrader indicators. We always expect to achieve absolutely the same signals in MetaTrader as in EA Studio.+EA Studio comes with the MQL code for the indicator and will We support MQL (MetaQuotes Language) versions of the indicators for exporting Expert Advisors. The indicators in EA Studio work in the same way and rise the same signals as their equivalent MetaTrader indicators. We always expect to achieve absolutely the same signals in MetaTrader as in EA Studio.
  
 ===== Backtesting a Strategy ===== ===== Backtesting a Strategy =====
Line 26: Line 26:
 ==== How it works ==== ==== How it works ====
  
-EA Studio loads data files, calculates the strategy indicators, trades the strategy bar by bar, from the beginning to the end of the data, and calculates the trading results in the same way as if the strategy was traded by a trader. When the backtesting is finished we have the  full statistical data from the virtual trading.+EA Studio loads data files, calculates the strategy indicators, trades the strategy bar by bar, from the beginning to the end of the data, and calculates the trading results in the same way as if the strategy was traded by a trader in MetaTrader. When the backtesting is finished you get the full statistical data from the virtual trading.
  
 When you create a strategy manually with the Editor, you have full control over the indicators, the logical rules and the indicator parameters. On the other hand, when you use the Generator, the program sets all these rules and parameters for you. When you create a strategy manually with the Editor, you have full control over the indicators, the logical rules and the indicator parameters. On the other hand, when you use the Generator, the program sets all these rules and parameters for you.