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 revision
Previous revision
Next revisionBoth sides next revision
eas-guide:strategy [2018/02/20 09:36] – [Purpose of a Strategy] yavoreas-guide:strategy [2020/12/09 14:31] – [The Purpose of a Strategy] Ilan Vardy
Line 1: Line 1:
 ====== Strategy ====== ====== Strategy ======
  
-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 generate or create can be exported as an Expert Advisor for MetaTrader 4 and MetaTrader 5.
  
-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.+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.
  
 ===== The Purpose of a Strategy ===== ===== The Purpose of a Strategy =====
  
  
-  * it contains all trading rules for opening and closing positions;+  * it contains all of the trading rules for opening and closing positions;
   * it can be tested against real historical data in EA Studio and in MetaTrader;   * it can be tested against real historical data in EA Studio and in MetaTrader;
-  * it trades in the same way in MetaTrader as it was tested in EA Studio; +  * it trades in the same way in MetaTrader as it does when tested in EA Studio; 
-  * it contains all the necessary indicators and does not require any additional files;+  * it contains all of the the necessary indicators and does not require any additional files;
  
 ===== Technical Indicators ===== ===== Technical Indicators =====