Please note: traders and coders are working for free:
- if it is interesting for them personally, or
- if it is interesting for many members of this forum.
Freelance section of the forum should be used in most of the cases.
- 2024.11.18
- www.mql5.com
Hello everyone,
I’m trying to create a new user account on the MT5 server using the following Python code, but it’s not working as expected. The connection to the server seems to succeed, but the user creation process either fails or does not return the expected result.
Here is the full code I’m using:
I’d greatly appreciate it if anyone could help identify what’s wrong or suggest any improvements. Is there something I’m missing in the user creation process?
Thank you in advance for your help!
Some brokers only allow you to create accounts through their website interface. Make sure you can manually create an account.
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hello everyone,
I’m trying to create a new user account on the MT5 server using the following Python code, but it’s not working as expected. The connection to the server seems to succeed, but the user creation process either fails or does not return the expected result.
Here is the full code I’m using:
I’d greatly appreciate it if anyone could help identify what’s wrong or suggest any improvements. Is there something I’m missing in the user creation process?
Thank you in advance for your help!