My EA not working I don't know why
-
Hi my EA is not working and I don't understand why, can anyone take a look at it and tell me where is the mistake?
It's a simple EA I just want it to close all pending orders as soon as one order is executed and close the trade when it reaches 10% loss of balance.
-
@marianomartinez That delete pending orders block is wrongly positioned. It should be connected below a 'Trade created' block on the 'on Trade' tab.
-
Ok, I'll move everything to the "On Trade" tab and see if it works. Thanks!
-
@l-andorrà Still not working, any idea why? I should mention that I want the EA to close all pending orders, even those in other pairs
-
@marianomartinez No order is created anywhere!
Substitute block number 10 by a 'Once per bar' block and block number 11 by a 'buy now' block, for example.