EA still not workable -
-
Hi all,
I let my EA run and he doubled in less then 30 days.
https://www.fxblue.com/users/chikano11But still not good enough to let him run in "REAL"
This is my EA: https://fxdreema.com/shared/7RTm2q82c
Hopefully someone can help me too solve the problemAs you can see in below picture. sometimes the EA makes mistakes with opening multiple orders at the same time.... But he has to wait for the distance of the ATR (Which he does for 99% of the time).

-
This is because blocks 105 and 106. Those are loops creating several executions per tick. When that 1% situation happens, several trades are open within the same tick.
-
hi, @l-andorrà how can I avoid it ?
-
hi, @l-andorrà could you please assist ?
-
Not easy. Reviewing such a huge project would require a lot of time. I recommend splitting the project into separate, independent parts in order to check they work correctly that way. Then recombining them one by one and see if the problem persists. As soon as that happens, you found the structure that is failing.
-
hi, @l-andorrà I added Pips away from open price

Now seems like its not opening the same time:)
So now checking how to improve this EA -
Great! Good for you.
