how to make multi time frame and multi currency pair scanner with alert for mt4 indicator?

 
Hi. So i hired some guy to make me some indicator. He made it but then i want to have scanner (look title). He says he can do it for multi time frame, but to add also multi pairs, thats impossible. Do you have any idea, any advice for him (me), what should he do? I am sure he would understand, maybe he just dont have right idea or whatever... I tried indicators which has such features so i asked developers to help me, but for now i didnt get any answers. I would decompile ex4 to get source code if that would help my guy... Anything just to sort this out. I think that multi scanner should be common knowledge, because real magic is in indicator itself, not tf and pair scanner. So please help.
 
na golici:
  but to add also multi pairs,
  int currentSymbolsTotal=SymbolsTotal(true);
    for(int xAxis=0;xAxis<1;xAxis++)
      for(int yAxis=0;yAxis<(currentSymbolsTotal);yAxis++)
        {
 
string getSymbolName(int c_iSymbol){return(SymbolName(c_iSymbol,true));}
Reason: