Quote:
|
Originally Posted by Mukesh
How do I make an EA to trade on indicators functions ?
for example if I want EA to take positions on any particular indicator,
can it be done ?
Thanks in advance.
Mukesh
|
Sure! That what the EAs are for!
You build an EA based on one or more indicators to automate your trades!
There are two kinds of indicators in MQ4:
Built in indicators: i.e. Moving Average, MACD, Bollinger bands etc.
To use these indicators you use their built in functions: i.e. iMA(), iMACD() and iBands().
Custom indicators: These are the indicator you downloaded from the net and you can use them in your MQ4 EAs by using the iCustom function.
For more details please review my tutorial at:
http://www.metatrader.info/node/34