Artex / Publications
Forum
All price calls return "None"
Hello everyone, I have a working code, having tried it on other computers than mine. Just on my computer, despite using the same api in the same version, price calls don't work. Exemple: mt5.login(login, password, server) account_info = mt5.account_info() print('login: ', account_info.login)