You can combine conditions with "and", for instance:

if(strstr(Algo,"TRND") and strstr(Asset,"EUR/USD"))
tradeTrend();