forex software

Create and Test Forex Strategies

forex software

eas-guide:trading-rules

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
Last revisionBoth sides next revision
eas-guide:trading-rules [2020/12/09 14:55] Ilan Vardyeas-guide:trading-rules [2021/01/12 14:01] Ilan Vardy
Line 1: Line 1:
 ====== Trading Rules ====== ====== Trading Rules ======
  
-{{ :eas-guide:expert-advisor-strategy-structure.png?nolink|Expert Advisors}} 
  
 EA Studio strategies consist of three parts: EA Studio strategies consist of three parts:
Line 8: Line 7:
   - **Entry Rules** – indicators that determine the conditions for opening a position;   - **Entry Rules** – indicators that determine the conditions for opening a position;
   - **Exit Rules** – indicators that determine the conditions for closing the position.   - **Exit Rules** – indicators that determine the conditions for closing the position.
 +
 +{{youtube>2pu2SQAbDGk?medium|}}
  
 Every part of the strategy is responsible for a specific task.  Every part of the strategy is responsible for a specific task. 
 +
 +{{:eas-guide:trading-rules-2.png?nolink&600|}}
  
 In order to make the strategies and exported Experts fast and reliable, we provide a predefined strategy structure. This is the main difference between the experts created with **EA Studio** and the experts written manually in MQL. All EA Studio EAs follow a specific design that guarantees that the backtest and the subsequent MetaTrader historical test and trade will be equal.  In order to make the strategies and exported Experts fast and reliable, we provide a predefined strategy structure. This is the main difference between the experts created with **EA Studio** and the experts written manually in MQL. All EA Studio EAs follow a specific design that guarantees that the backtest and the subsequent MetaTrader historical test and trade will be equal. 
Line 31: Line 34:
   - If there are no Exit Rules, the program will close every open position at the beginning of the next bar.   - If there are no Exit Rules, the program will close every open position at the beginning of the next bar.
   - If there are Exit Rules, the strategy will close its positions when only one Exit Rule is satisfied. Similar to **Entry Rules** the **Exit Rules** are symmetrical for long and for short positions.   - If there are Exit Rules, the strategy will close its positions when only one Exit Rule is satisfied. Similar to **Entry Rules** the **Exit Rules** are symmetrical for long and for short positions.
 +
 +{{:eas-guide:expert-advisor-strategy-structure.png?nolink|Expert Advisors}}
  
 You can find more info and examples in the other sections of this help. You can find more info and examples in the other sections of this help.
  
 ~~DISQUS~~ ~~DISQUS~~