forex software

Create and Test Forex Strategies

forex software

eas-guide:strategies-and-expert-advisors

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
eas-guide:strategies-and-expert-advisors [2021/01/14 05:21] – [Indicators] Ilan Vardyeas-guide:strategies-and-expert-advisors [2021/01/14 05:23] (current) – [Backtesting in MetaTrader] Ilan Vardy
Line 22: Line 22:
 You can add an indicator to the chart very easily. For our example, we will use one of the most popular indicators - MACD ("Moving Average Convergence Divergence"). You can just drag and drop the indicator from the MetaTrader **Navigator** box onto the chart. (if you don't see the navigator go to **View > Navigator** to enable it) You can add an indicator to the chart very easily. For our example, we will use one of the most popular indicators - MACD ("Moving Average Convergence Divergence"). You can just drag and drop the indicator from the MetaTrader **Navigator** box onto the chart. (if you don't see the navigator go to **View > Navigator** to enable it)
  
-{{:eas-guide:mt4_navigator.png?nolin |}}+{{:eas-guide:mt4_navigator.png?nolink |}}
  
 Once we add the indicator, a window displaying the **Options** appears. Since indicators are based on mathematical formulas we can choose the **Inputs** tab and choose values for some of the variables in the mathematical formula of the indicator. By changing the variables, you can change how the indicator is drawn out on the chart. Once we add the indicator, a window displaying the **Options** appears. Since indicators are based on mathematical formulas we can choose the **Inputs** tab and choose values for some of the variables in the mathematical formula of the indicator. By changing the variables, you can change how the indicator is drawn out on the chart.
  
-{{:eas-guide:setting_up_indicator_properties.png?nolin |}}+{{:eas-guide:setting_up_indicator_properties.png?nolink|}}
  
  As soon as you drop the indicator onto the chart you will see red lines appear on the chart. You will also notice bars appear below the chart. (If the indicator opens a dialogue window, just press OK.)  As soon as you drop the indicator onto the chart you will see red lines appear on the chart. You will also notice bars appear below the chart. (If the indicator opens a dialogue window, just press OK.)
Line 71: Line 71:
  
  
-{{ :eas-guide:export.png?nolink |}}+{{:eas-guide:export.png?nolink|}}
  
 === Strategy Overview === === Strategy Overview ===
Line 77: Line 77:
 In Expert Advisor Studio you can specify the strategy logic manually too.  In Expert Advisor Studio you can specify the strategy logic manually too. 
  
-{{ :eas-guide:strategies-and-expert-advisors-strategy-properties.png?nolink |}}+{{:eas-guide:strategies-and-expert-advisors-strategy-properties.png?nolink|}}
  
 In the image above you can see EA Studio's [[eas-guide:editor|Strategy Editor]]. In the middle column, there are some coloured boxes. The box at the top is the **Strategy Properties**. If you click on it you can set the entry lots for the strategy as well as the protections and profit levels, known as your Stop Loss and Take Profit (see below). In the image above you can see EA Studio's [[eas-guide:editor|Strategy Editor]]. In the middle column, there are some coloured boxes. The box at the top is the **Strategy Properties**. If you click on it you can set the entry lots for the strategy as well as the protections and profit levels, known as your Stop Loss and Take Profit (see below).
  
-{{ :eas-guide:strategy_properties_clicked_.png?nolink |}}+{{:eas-guide:strategy_properties_clicked_.png?nolink|}}
  
 The boxes below the **Strategy Properties** box are the **Entry Rules**. Each entry rule is based on an indicator's behaviour. For example in our case when **Force Index** changes its direction to downward we will enter a long position. The boxes below the **Strategy Properties** box are the **Entry Rules**. Each entry rule is based on an indicator's behaviour. For example in our case when **Force Index** changes its direction to downward we will enter a long position.
  
-{{ :eas-guide:force_index.png?nolink |}}+{{:eas-guide:force_index.png?nolink|}}
  
 If you click on an **Entry Rule** box you can see more data and specify different logical conditions for when it should act.  If you click on an **Entry Rule** box you can see more data and specify different logical conditions for when it should act. 
  
-{{ :eas-guide:force_index_clicked_.png?nolink |}}+{{:eas-guide:force_index_clicked_.png?nolink|}}
  
  
Line 108: Line 108:
  
  
-{{ :eas-guide:close_new_entry_rules.png?nolink |}}+{{:eas-guide:close_new_entry_rules.png?nolink|}}
  
 ~~DISQUS~~ ~~DISQUS~~