i have a question

 

Hi

 

I need a favor, how can i write this in mq4

 

if fast2MA < fastMA then use Parabolic sar or if fast2MA < then use Banda bollinger??

 

thank you 

 
gusgona:

Hi

 

I need a favor, how can i write this in mq4

 

if fast2MA < fastMA then use Parabolic sar or if fast2MA < then use Banda bollinger??

 

thank you 

 

this is from the moving average EA  

 ma=iMA(NULL,0,MovingPeriod,MovingShift,MODE_SMA,PRICE_CLOSE,0);

 can you do an attempt writing yourself  condition if fast2MA < fastMA  use parabolic sar

 
gusgona: I need a favor, how can i write this in mq4
Step one: learn to code
 
WHRoeder:
Step one: learn to code

you mean step one, two and three.....