View Single Post
  #10 (permalink)  
Old 05-08-2006, 03:09 PM
codersguru's Avatar
codersguru codersguru is offline
Senior Member
 
Join Date: Oct 2005
Posts: 987
codersguru has a spectacular aura aboutcodersguru has a spectacular aura aboutcodersguru has a spectacular aura about
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
__________________
Hope it helps !
Coders' Guru
Senior MQL programmer:
www.xpworx.com/custom.htm
Reply With Quote