count number of active symbols
-
How can I count the number of active symbols, that is, with open trades? That way you can limit the amount of symbols open at the same time.
-
@juan-manuel-quiñonero something like this

-
thank you
-
@roar If I understand it correctly, that variable will add +1 for every symbols in the block, right? In this example the result would be 3, correct?
-
@l-andorrà result is 3 only if all symbols have a trade. Result can also be 0, 1 or 2.
-
@roar Ok. Thanks.