我正在尝试使用以下命令安装python包MetaTrader5我甚至试过但它会抛出以下错误ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none)
ERROR: No matching distribution found for MetaTrader5</em
当我在没有参数的情况下使用初始化函数时,连接是正确建立的。但是当我添加像‘登录’这样的参数时,它就不能工作了。authorized=mt5.initialize()
print("connected to account #{}".format(mt5.account_info())) print("failed to connect at account #{}, error code: {}".format(account, mt5.last_err