Limit number of symbols that can operate simultaneously.
-
I have an EA that opens orders on all symbols, but I would like to create a rule to limit the number of symbols I want to have orders open simultaneously.
For example, if I define that I want only 10 symbols to have open orders simultaneously, then when the EA identifies that I only have 8 symbols with open orders, it will allow new orders of 2 more symbols.
Can anyone give me an example of how to do this?
-
@ontradingx The only think I can think of is by using custom code. I'm afraid fxDreema cannot do that without using an array (ie custom code).