Forum

None returned from mt5.symbols_get()

Hi I am doing below and I got an error below, it looks like I got an None. do I need to have a MetaTrader 5 account before I can call it? Thanks import MetaTrader5 as mt5 # Get the information for all symbol symbols_information = mt5.symbols_get() # Tuple to list symbols_information_list =

ImportError: numpy.core.multiarray failed to import

Hi Can anyone help me with this import error? I did get numpy 1.19.1 installed and I still got this error. I am using conda enviroment. Please see below error message. Thank you so much for your help. import numpy as np print(np.__version__) 1.19.2