Hi,

you can change asset names in Zorro.mq4. There's a function called "assetFix" where you can change the names of specific assets. For your example it would be:

if(Asset == "EURUSD") return("EURUSDm");