forex software

Create and Test Forex Strategies

forex software

eas-guide:entry-rules

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:entry-rules [2018/01/31 08:11] yavoreas-guide:entry-rules [2018/01/31 08:16] yavor
Line 51: Line 51:
 The strategy will trade Long when "AC rises" and will trade Short when "AC falls". You can confirm that on the Indicator chart at the Report page. The strategy will trade Long when "AC rises" and will trade Short when "AC falls". You can confirm that on the Indicator chart at the Report page.
  
-==== Two or more entry rules ==== +==== Using multiple Entry Rules ====
  
 When a strategy has more than one indicator, it will trade only if all indicators give permission for entry in the particular direction. When a strategy has more than one indicator, it will trade only if all indicators give permission for entry in the particular direction.
Line 67: Line 66:
 In that example we have two indicators. Following the strategy logic, the program will: In that example we have two indicators. Following the strategy logic, the program will:
  
-  * trades Long - when: "AC rises" and "RSI changes its direction upward". If one of the rules is not satisfied, the strategy will not trade. +  * trade Long - when: "AC rises" and "RSI changes its direction upward". If one of the rules' requirements is not met, the strategy will not trade. 
-  * trades Short - when: "AC falls" and "RSI changes its direction downwards". If one of the rules is not satisfied, the strategy will not trade.+  * trade Short - when: "AC falls" and "RSI changes its direction downwards". If one of the rules' requirements is not met, the strategy will not trade.
  
  
 ===== Ambiguous rules ===== ===== Ambiguous rules =====
  
-There are cases when the strategy indicators produce equal signals in both directions. Let's see the following example:+There are cases when the Entry Rules' indicators might produce equal signals to trade in both directions at the same bar. 
  
 +Example: 
  
 <WRAP group> <WRAP group>
Line 85: Line 85:
 </WRAP> </WRAP>
  
-That strategy will not trade because its rules give simultaneously permissions for both - Long and Short entries. If you set this example in the app and switch to the Short rules, you will see they will be equal to the Long rules. Since the conditions are ambiguous, the strategy acts in the safe way and prevents all entries.+The strategy above will not trade because its rules give simultaneously permissions for both - Long and Short entries. If you recreate this strategy in EA Studio and switch to **Short rules**, you will see that they will be equal to the Long rules. Since the conditions are ambiguous, the strategy acts in the safe way and prevents all entries.
  
 ~~DISQUS~~ ~~DISQUS~~