Python – Metatrader API returns no data even though a manual search (using the GUI) shows that there is data
I’m trying to get all ticks from all symbols in the B3 exchange. But, for some reason, for specific dates I get empty vectors as result. That usually happens with highly liquid equities.
MT5 python module: downloading OHLC data
I am trying to download OHLC data from MT5 using the python module. if I use copy_rates_from_pos, all works fine.