check trade count
-
Hello everyone, I want my robot have a maximum of one more trade if there is a trade in progress (on any symbol), for this I used block check trade count and set its settings according to the picture, but still more trades are opened, can anyone help?

-
If you want one or more that means you are ready to accept up to an infinity of them . Don't you mean up to one trade maximum maybe?
-
@l-andorrà said in check trade count:
If you want one or more that means you are ready to accept up to an infinity of them . Don't you mean up to one trade maximum maybe?
No, I meant that, for example, if the robot A had opened a trade, the robot B would be allowed to open another trade at most.
-
check trade count block only controls the number of trades of the same robot
Of course,I managed to solve this problem with onec per trade/order block