is it possible to retrive current bar data (live data) for multiple symbols concurrently using python API?

 

seems mt5.copy_rates_range only support one symbol at a time. is it possible to extract concurrently for multiple symbols?

thanks

 
alex2019trading: seems mt5.copy_rates_range only support one symbol at a time. is it possible to extract concurrently for multiple symbols?

So what exactly is the issue?

If looping through the various symbols is not good and fast enough for you, then consider the tick data instead.

If you want to synchronise the current data, then just process the tick data for the multiple symbols and align them according to the timestamp (which is accurate to the millisecond).

 
Your topic has been moved to the section: Expert Advisors and Automated Trading
Please consider which section is most appropriate — https://www.mql5.com/en/forum/172166/page6#comment_49114893