Winners786
Winners786
Friends 2
Winners786
Added topic Cross Counter MQL4
Hello Friends, I am new to mql4 coding and learning from past 2 months. I am trying to code MA cross counter. If MA50 cross above MA1000 then BUY CROSS =1 and same for below. But the issue is Cross Counter increased by 1 on every tick . Below is
Winners786
Added topic Can anyone help to add function on EA.
Hello, I have one ea which place buy and sell at a time. //-----------------------Buy and sell codes-----------------// buy=OrderSend(Symbol(),OP_BUY,lots,NormalizeDouble(Ask,Digits),30,0,0,"Learning",MagicNumber,0,clrBlue); 
Winners786
Registered at MQL5.community