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've always wondered why MT isn't included in R?
Let's be realistic.
Today the MT4 terminal with the EDITOR works without any problems (at least for me). We just need to add the smallest thing to interact with R.
The developers have a better idea of how to do this. The main thing is to do it quickly and without headaches for the users.
Good luck
Maybe because the ideology of the R language is open source, so there are open source packages in the CRAN repository.
Yandex gives this
I have a habit of reading previous posts, so the advice is not for me ))
**************************
R itself is three times retarded. It's an interpreter. No problems with debugging at all, at first I started using a debugger, and then it turned out to be useless.
Speaking of R speed, there are several considerations here.
1. you can translate it into byte-code, but it's a poultice
**************************
Do you realise that MQL4/5 are compilable languages? And that for your dream MT-like R terminal Metacquotes would have to make an R compiler?
1. Read not only the beginning of my posts
2. R programs are very small. 100 lines of code can be a very large program semantically, as it can be a solid package reference. Tried to replace R with Alglib for randomforest. In R it's one line. The speed is C. All cores are loaded for some parameters. Where is the sluggishness of R here? Where is the interpreter here?
The interface to Alglib on this point is just insane. Knowing the parameters, which occupy a few hundred lines, I couldn't figure it out.
3. If someone managed to write 1000 lines of code, i.e. most likely without knowing all possibilities of R, and these 1000 lines cannot be parallelized, then rewrite it in C - as I understand even a dll won't need to be written.
4. Sorry, but the suggestion that you need a compiler with R is just nonsense. R is a perfectly balanced system and perfectly suited to include large chunks of already finished C code. I even suspect that it is superior to MQL in its ability to make efficient programs by using highly efficient libraries and loading not only all the cores of one's own computer but neighboring computers as well. I have glimpsed that cloud computing is also possible.
PS.
It seems to me that before you make any assumptions about the capabilities of R, you must have worked with it at least a little. Anyway, let's not forget that by its algorithmic capacities R is one of the top ten procedural programming languages and is near C variants.
By the way, how does CRAN stand for? Because google on enquiry "what is CRAN" gives me pearls like "crane, mechanism for lifting and moving heavy cargo". ))
CRAN - Comprehensive R Archive Network
Here' s where it starts
List of packages by name.
Thematic grouping of packages
Selecting Time Series Packages
Econometrics package selection
Machine Learning Package Selection
Highly efficient execution and parallel processing package selection
Let's be realistic.
Today the MT4 terminal with the EDITOR works without any problems (at least for me). We just need to add the smallest thing to interact with R.
The developers have a better idea of how to do this. The main thing is to do it quickly and without headaches for the users.
Good luck
Yandex gives this
That's cool! Russian Yandex also got the first few links right, on the subject. Then came tower cranes )
Google knows everything ))))))))
In this thread we seemed to have come to a conclusion that it is fast and easy to make access through the analogue ofMT4R.dll. The MCs will not take the trouble to create a new R-terminal for a tiny group of enthusiasts. They can't fix the website for 3 years...
If it is as you write, then you are right.
And if you take into account that:
Here's an interesting variant of MT4 and R integration. Haven't tried it in work, but from the description it looks good. If a group of enthusiasts could do it, then to the developers...
Expect a solution or result.
PS: By the way neither indicators nor EAs with R in the tester run.
PPSS: Poor example of integration. I will keep it for reference.
Good luck