Automated scripts combined with indicators

 

Hello, a friend of mine wants to use automated scripts. As I have no idea about coding in MQL I would like to ask you if the following scenario is viable:

Using Moving Average to combine for buy/sell several indicators like Support and Fibonacci zones. So in fact.. he wants the buy/sell to be done according to indicators' data. e.g. if in upper fibbonacci zone and support is on 4rth spot its a "sell", if in down fibonacci zone and support is on 5th spot its a buy. Can this be done?

 
chmod:

 Can this be done?


Yes,  of course.  Fibs are just ratios and numbers,  use maths to manipulate numbers . . . MAs are easy in mql4,  use iMA()  or if you have a custom MA Indicator use iCusstom() to read it's buffers.
 
Hi, thanks for reply. I have no idea about mql4 can you point me to some direction? What MA stands for ?
 
chmod:
Hi, thanks for reply. I have no idea about mql4 can you point me to some direction? What MA stands for ?

Moving Average . . .  MA

mql4 Book 

Reason: