limit max trades on a commericial EA
-
Possible to make an EA to limit max trades to a certain number that are controlled by some other EA. But don't disable the other EA (other EA will still run to close trades when needed) just make it so if the other EA tries to open another trade it Blocks it. some brokers naturally limit the max number of trades but is there a way to make an EA limit them rather? Like some global limit.
-
The only way of doing it is via Terminal variables, but you will need a programmer to get it. I'm afraid I cannot be of any help here, sorry.