MetaTrader 5 Python User Group - how to use Python in Metatrader - page 28
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
Well, if all the data is from one terminal, then it is clear that the time shift is not important. But this is supposed to be a tool for analytics (e.g. linking to news or other data) - and the time is different there, so we have to convert it.
Seems easy
https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.Series.dt.tz_convert.htmlThe library is not installed or even updated. The current version I'm using is 5.0.4 and the latest version is 5.0.8.
It's a log. What should I do?
The library is not installed or even updated. The current version I'm using is 5.0.4 and the latest version is 5.0.8.
It's a log. What should I do?
Reinstall Python (3.7 or 3.8 is better) and try again, please.
Reinstall Python (preferably 3.7 or 3.8) and try again, please.
I'm using Python 3.5.0. The previous version works fine. But the latest update doesn't update. What could be causing this?
I'm using Python 3.5.0. The previous version works fine. But the latest update doesn't update. What could be the reason for this?
Reinstall Python 3.5.0 x64 and try again.
Reinstall Python 3.5.0 x64 and try again.
Thank you for your reply. I have done that. But the problem remains the same.
The library is not installed or even updated. The current version I'm using is 5.0.4 and the latest version is 5.0.8.
It's a log. What should I do?
Judging by the logs you are trying to build a module from source, you must have Visual Studio 2017/2019 or Visual C++ Build Tools for that.
Try entering:
installation should go from whl:
Judging by the logs you are trying to build a module from source, you must have Visual Studio 2017/2019 or Visual C++ Build Tools for that.
Try entering:
installation should go from whl:
I tried that too. But I don't understand why this is happening. If I uninstall Metatrader and try to reinstall, I get the same error. Even for version 5.0.4.
And I'm using Python 3.5.0 strictly.