Forum

need help for MA indicator

Hi, I would like to ask for helping code for MA indicator. This code below is belong to an EA. But it seems not work well. Can anyone help advise me? Thank you. int Fast_Price = PRICE_CLOSE ; int Fast_Mode = MODE_EMA ; int Fast_Period= 10 ; maF1= iMA ( Symbol (), 0 ,Fast_Period, 0

Need help to check EA of Bollinger Band

Hi, can anyone help to check this code for Bollinger Band MT4? Becos it is not working in the right way. (see in picture). //Technical analysis of the indicators extern int BandsPeriod = 20 ; //Period of the Bollinger Bands extern double BandsDeviation = 2 ; //Deviation of the

Maximum number of order Buy.

Hi all, Can anyone tell me how to code EA for maximum number of order Buy? I have code Maximum trades per day already and I just want to add maximum number of Buy or Sell per day. Thank you

Why my EA open trade not the exact current price?

Hello, everyone, I'm new in using EA for trading. I wonder my EA open trading is not in the same current price as showing in picture. Can anyone tell how to solve this problem? Thank you

Common Error

Hi, Can any one explain this problem ? These Orders were done by EA. Thanks