Welcome to Zorro. The simplest way is to check the currency inside the indicator. For instance:

Code:
if(Asset == "EUR/USD") {
  ...
} else if(Asset == "EUR/CHF") {
  ...
} etc.