I am trying to use the Metatrader library to extract market data and build algorithms. The first lines to get started with this library just don't work
import MetaTrader5 as mt5
mt5.initialize()
These lines of code always return an output of False meaning that mt5 has not initialized, i have not seen this issue addressed anywhere else so i would really appreciate some help.