I want to fetch real-time prices from MetaTrader 5 (MT5), but I haven’t found a reliable solution yet. Currently, I’m using the mt5.symbol_info_tick(symbol) function inside a while True loop. Could you please share a better or more efficient approach in Python?