Managing the number of trades the EA opens on the inputs.
-
Can anyone help me please on how do I manage the number of trades the EA opens(Maximum).I want to be able to increase or decrease the number on the inputs.Can anyone show me how it is done please.
-
@mpatho Create a int constant with your number, right click and add to the check count block.
-
@jstap have creates an an example EA,but it seems like it is not working.What I actually want is my EA to total number of trades it take when opened(Maximum),because if I put the count trades block where it is may work properly.Sorry to bother you so much.https://fxdreema.com/shared/qfpB6556d
-
@mpatho Your settings need to be <

-
@mpatho Thank I made a mistake, I will test it just now.
-
I have just checked it now.It is not working as it should.The number of trades the EA opens is over the the value in the costant(5)
-
@mpatho You have the principle, all you have to do now is set the blocks to the logic you want to use.