I get this error:
AttributeError: 'NoneType' object has no attribute 'bid'
from here
price = mt5.symbol_info_tick(symbol).bid
what's wrong?
I get this error:
AttributeError: 'NoneType' object has no attribute 'bid'
from here
price = mt5.symbol_info_tick(symbol).bid
what's wrong?