EA created on Fxdreema does not work on MT4
-
Is it normal that the EA created here does not work properly on MT4? for example instead of opening a trade with 0.01 lots it would open a trade with 0,1 lots instead and if the condition is to open a BUY when 7 EMA crosses, 25 EMA and 99 EMA and candle closes above all 3 EMA's..this condition is completely ignored and no trade is being opened..why is this happening?
Screenshot >> https://fxdreema.com/shared/8fvKBJ3J
Mq4 attached 0_1648121665473_unnamed (4).mq4 attached, please help fix this EA , thanks! -
@denk777 Are you trying to trade crypto or indexes? Is you broker accepting microlots?
-
@l-andorràHello, yes, I trade BTCUSD on MT4, I double-checked, I have it set to open 0.1 so its my fault, what about BUY and Sell conditions? when 7 EMA crosses, 25 EMA and 99 EMA nothing happens, and candle closes above the 3 EMA's noting happens...do you know why? the following setup does not seem to work: https://fxdreema.com/shared/8fvKBJ3J
-
@denk777 Your logic is correct except for that 'if trade' block. You can substitute for a 'pass' block instead. I guess the problem is that combination of conditions. They look very restrictive when combined together and happening at the same time. I don't think you will get many entries. Did you try to 'soften' them?