MetaTrader 5 Python User Group - how to use Python in Metatrader - page 44

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
If you can create multiple sessions mt5.initialize.
Within one session, the requests are synchronous.
Multiple sessions to one terminal (broker, account)?
Or each session will need a separate terminal?
It is interesting.
Multiple sessions to one terminal (broker, account)?
Or will each session need a separate terminal?
That is interesting.
Multiple sessions to one terminal is supported.
Multiple sessions to a single terminal are supported.
Great. I will try
Looking for source code of MetaTrader5 package for Python. Came across this section:https://www.mql5.com/en/code/mt5/libraries
But there are millions of links. Chances to find required source code by human search are close to zero.
Please tell me if this library https://pypi.org/project/MetaTrader5/
is it possible to find source code (if yes, I won't mind to get link to it)?
Note that directly from the editor (not the terminal) Jupyter Notebook *.ipynb files are supported.
Is it possible to run them remotely? I.e. specify the ip of the server where jupyter is running, or only locally?
Next Friday we will release the MT5 release and update the documentation at the same time.
The descriptions of the old interfaces in the forum will also be edited.
By default, the terminal that was last started under the user account is launched. The directory C:\Users\%username%\AppData\Roaming\MetaQuotes\Terminal is searched and the most recent instance is selected.
The answer codes are wrapped in tuple and are similar to the answer codes in MQL5.
We will describe it later in the documentation.
Can you tell me if it's due today?
From what I can see, the update has already passed -build 2340 of 21.02.2020
Please, who can help me.
I tried to run sample (python) from MQL5 editor, but it gives me error
NameError: name 'MT5_TIMEFRAME_H4' is not define
thanks for help
code