Increase and decrease nember of trades the EA opens each time
-
Hello everyone.Can anyone help me increase and decrease the number of trades my EA opens each time.According to my EA the number of buy positions that can be open on any particular pair is 5 and sell positions also 5.What I want I want is to be able to manage the number of positions(Maximum) the EA can open on inputs,mybe with a constant,but I don't know how.Not with this method I have tried.Here is my link https://fxdreema.com/shared/Dd3pftQzc
-
@mpatho this is the easiest way

In the upper left of the project screen you have constants, add as you want it named with the value you want, right click inside each block and add the constant you want used.
-
@jstap Thanks for your reply.Could you connect check trades count like you have done on my project if you don't mind.I can't see exactly how the blocks are connected.