Python and MT5: mt5.initialize() problem

 

Hi, im new here and have a problem trying to conect mt5 with python; i have this code:

import MetaTrader5 as mt5

import pandas as pd

mt5

.initialize()

And this is the result:

# Intenta inicializar MetaTrader 5
mt5.initialize(path)


Out[3]: False

Does anyone know what the problem is? I've been watching videos, and it usually works.