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 ?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
my terminal trades many currency pairs. i would like to save the trading reports for filtered pair?
how to do?