EA taking too many Pending orders
-
Hi guys I need help. My EA is placing many pending orders, how to I limit the amount of pending orders it place? I want it to place atleast 5 pending orders
-
@evans-baloyir
use the block "once per bar" before the order blockyou can also use the block check positions/pending orders count before
-
Alright thank you so much. Let me try it out
-
@bk7 Is not working. This how my ea looks ;;

-
@evans-baloyir
this can't work....
you would have to share your whole project to get someones help -
@bk7 How would you make such conditions where you set the EA to place atlest 5 pending orders. Please send me example
-
@evans-baloyir
sry but i dont build your ea -
Your EA checks if there is a position (active trade).
When there is not? it places pending orders in grid when conditions met.
As long as you have no position the EA opens pending orders in grid when conditions met, over and over again.
So do something about the "No postion" block