Forum

Can Any One Help Me With this 3 MA Crossover EA?

HI can some one fix this EA its not opening any orders. EA MQL4 Scrip is attached bellow please help me with the code strategies i copied from indicator i want to send buy orders when new signal comes. I have a equation too in mql4 can i do this? int start() for(int cnt=0; cnt<OrdersTotal(); cnt++)

mql4 programming help needed

How to write this code in mql4? if ( Open price > SMA5) AND (Current price crossing SMA5) BUY if (Open price < SMA5) AND (Current price crossing SMA5) SELL I tried auto generator but came with this rule. please help me