Help, my EA is not opening trade
-
Greetings great people, please, need help my EA is not opening trade with the way I built it but if put the buy or sell buttons directly to the indicator it will open trade.
But I want it to open a position at support or resistance level, but it is not respecting my design, where did I go wrong?
Here is the link: https://fxdreema.com/shared/vLi1gJWLb
-
You can delete the once-per-tick blocks, as is on the on-tick tab everything will happen every tick.
There doesn't seem to be anything obviously wrong, with finding the block causing no trade to be placed link out blocks, and when working add blocks back in. So use a process of elimination until you find the problem.
-
@jstap Thanks for kind reply.
-
Not sure if you solved it yet. Anytime you have If position or For each position, you need to go in and change the symbol from specified to any symbol. From my experience I always had to do this to get it to work. Try that if you haven't already.
-
Thanks. Let me try it, but the metaquote warning is also a concern, I don't know if it is the reason my stop loss is not working, or broker issue; trade will loss pass my stop loss without triggering it.