MetaTrader 5 Python User Group - how to use Python in Metatrader - page 12
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
So how do you tell the difference?
In this case - it's just a joke about this comrade's thread)
In the general case - what exactly is R being criticised for.
Yes, data analysis is a necessary thing. But deadlocked development differs from proper development in that the entity not only grows and becomes more complex, but also evolves in parallel, shrinking in size and simplifying. A tendency towards chaotic, uncontrolled and decentralised growth is always a dead end. To realise the dead-end nature of R it is enough to understand the nature of its development. Growth is decentralised, code is unreadable, and there are no qualitative leaps forward in simplifying usage. Consequently, sprawling content, like a swamp, will consume users' energy and welcome them to abandon it altogether and replace it with another analysis tool. A better one. Maybe it's Python, or something else.
Can we not clutter up the Python thread with extraneous arguments?
Oh, how offended we are :)
It's a psychological misconception, I'm just communicating.
Using Python comes down to being able to work with off-the-shelf statistical packages (machine learning packages)? Roughly speaking, all these packages can be written in MQL5 as well (there is a ported Alglib with neural network)?
new research in statistics and machine learning is usually immediately available in Python. This is closer to a scientific activity. Writing/rewriting is of course possible. It's just a treasure trove of useful information.
This stubborn kolkhoz must not be touched.
Bury it as a dead-end branch.
What do you mean?
From which version is it possible to connect to the terminal from Python?
I've got the 2007 build and it won't connect. Exception: No IPC connection
This is when calling MT5WaitForTerminal()
Maybe I'm setting the path to the terminal wrong?
MT5Initialize('D:\Programs\Open Broker')
Code taken from documentation: