Here is the documentation. Also, I made a pythonic drop-in wrapper for the MetaTrader5 package to make it more dev friendly. There is a context manager for managing the connection to the terminal and all the functions are documented which you can easily access from pycharm using Ctrl+Q, and logging out of the box.
https://pypi.org/project/pymt5adapter/
pip install -U pymt5adapter


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 have the description of the functions with the command print(help(mt5)) but i don't get the full understanding of it
Your info is highly appreciated in advance!