Trade if open trades are less than...
-
Is there a way to open a new trade if the open trades are less than 0.10 lots?
Which block should be used then?I want it to only open a new trade with 0.01 lots if the open running trades on the same pair are less than 0.10 lots.
-
You can try this if there is only one trade open right now. Otherwise it would not work.

And don't forget to an a 'For each trade' block on top of it. 'Pink' conditions require a pink block like that on top.
-
Actually it could be more than one trade open.
-
Could you please explain some examples? I'm not sure I understand what you need.
-
@l-andorrà I want it to check my open orders lot size in total. If I have open orders that are more than 0.1 lots in total, then the EA shouldn't open any new orders. But if the lots of the open orders are below 0.1 lots, then it would be ok for a new trade by this EA.
So I just want it to check all the open orders on the same currency pair before it takes another trade. -
I answered you on your other thread.