Is this possible to save the trading reorts for selected pairs?

 

my terminal trades many currency pairs. i would like to save the trading reports for filtered pair?

how to do?

 
string symbols[];


//////////////////////////////////////////////////////////////
int OnInit()
{ 
//////
int symbols_tot=SymbolsTotal(true);
ArrayResize(symbols,symbols_tot);


for(int i=0;i<symbols_tot;i++)
{
  symbols[i]=name_symb=SymbolName(i,true);
}

return(INIT_SUCCED);
}
 
SHERIFF Hassan:

my terminal trades many currency pairs. i would like to save the trading reports for filtered pair?

how to do?

Which Terminal ? MT4 or MT5 ?

Which trading reports ?

Reason: