
You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I am trying to control my MT5 accounts with Python/MetaTrader5 programs. I have the following order request and its values in Python dictionary format.
Somehow, the result value of mt5 order_check is None in my 2 real MT5 accounts while it has valid values in my demo account. Does anyone know what's the reason and how to address it? Thanks.