Function IndicatorCounted() can be used to multipairs ?

 
Hi,
I just learn MT4 programming.
I read alot many EA source code using

counted_bars=IndicatorCounted();

I already read the documentation, there is no parameter in function IndicatorCounted, is very totally different like other function.

The problem is
How to deal with currency pairs which are different than the current chart currency (The chart that hosts the expert advisor)? For example, how to make an expert advisor that can get the GBPUSD's totals bar or USDCHF while the expert advisor is hosted on EURUSD chart ?
It's simple for another function like iMa, iRSI, etc, that have symbol parameter, but IndicatorCounted ??
Any tricks or solution for IndicatorCounted() function for multipairs ??

Many thanks
Hans
 

What problem are you trying to solve?

 
phy:


What problem are you trying to solve?



I think it's very clear if you read the whole context. If you dont understand, please reread again. Thank you


 

I think you are INVENTING a problem...

"Any tricks or solution for IndicatorCounted() function for multipairs ??"

I would say, no, and none needed.

Reason: