Need help to create EA
-
https://fxdreema.com/shared/1LR8pKGW this is my EA. the problem is the EA not taking second trade . it take first trade and work properly but it didn't take second one . i don't know why please solve the problem.
-
@arivazhagan-p The problem is as the 1st trade is activated the condition becomes untrue, then it uses the yellow line to check the second condition, then after creating a trade it moves onto 3rd, at this point it will place a trade then all conditions are false, just rearrange what it does for and after each condition and should work
-
@arivazhagan-p Block 31 can be removed just by selecting the 'custom (pips)' option on the 'trailing start' tab of block 28.
-
@jstap thanks for reply but the problem is the EA not taking even second trade . if second condition is true then also it's not taking second trade that's the problem . please help.
-
@arivazhagan-p Try this linkI've not tested but should work, click link, click .mq4, import back into dreema, you can then make whatever changes you like. Hope this helps
-
@l-andorrà Thanks
-
@jstap Thanks
-
@arivazhagan-p You're welcome.