Market watch symbols counter.

 

Hello everyone! Is it possible to count the number of symbols opened up in market watch in an EA?

Is yes, advice on how it can be done.

 
Nelson Wanyama:

Hello everyone! Is it possible to count the number of symbols opened up in market watch in an EA?

Is yes, advice on how it can be done.

int MWcount=SymbolsTotal(true);
Reason: