Machine learning in trading: theory, models, practice and algo-trading - page 566

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
Follow the links and read all my approaches. With examples, codes, and explanations.
The debate is over.
Copy that.
I took a look at your materials.
Einstein once said -If you can't explain it simply- then you yourself don't understand it to the end.
I don't understand it either, but I don't claim to be a guru either).
I see. Tasks in general form you do not understand.)) I don't need to read anything, the NS has been functioning for a couple of months now. I am interested in your approaches.
Let's repeat the condition of the problem. Take any input data you need - publicly available history, maintenance algorithm, and so on. Without limitation).
How will you solve the problem? What will you do? You don't have to actually do or solve anything. Only a description.
A very interesting way of thinking: I won't read everything you have written in great detail, but write it again.
Very interesting way of thinking: all that you have written in great detail, I will not read, but write again.
SanSanych. That's not what I was talking about. You just didn't get it).
How you would solve the problem I know. You set it out in this thread. I must say I did it much better thanVladimir Perervenko- briefly and in normal human language. You can tell the essence of your methods in a couple of paragraphs. By the way, I always liked Refereed magazine for that).
Vladimir, by the way, does not describe any approach at all... he described machine learning as such, how to work with it and that you can cram a lot of different crap into it... and then f.... whatever you want :) but the articles are very cool and complex
Hello.
Some advice, please. How to integrate into metatrader an already prepared model (the model was created in python using xgboost)?
The only option I could google is to save the model to a text file in python and then load it into mql using R.
Are there any other options? Do you have any examples of implementation?
Thanks in advance!
Hello.
Some advice, please. How to integrate into metatrader an already prepared model (the model was created in python using xgboost)?
The only option I could google is to save the model to a text file in python and then load it into mql using R.
Are there any other options? Do you have any examples of implementation?
Thank you in advance!
Hello.
Some advice, please. How to integrate into metatrader an already prepared model (the model was created in python using xgboost)?
The only option I could google is to save the model to a text file in python and then load it into mql using R.
Are there any other options? Do you have any examples of implementation?
Thank you in advance!
earlier in this thread they showed you a Python to MT plugin, go back a few pages
https://www.mql5.com/ru/forum/86386/page550#comment_6301111
There was a python plug-in for mt here earlier in the thread, scroll back a few pages.
https://www.mql5.com/ru/forum/86386/page550#comment_6301111
Maxim, if you can, briefly - how does Python work in general? I mean the execution environment. As far as I remember, it is an interpreter.
Yes, through a virtual machine... the same as R
I can't make it into a nutshell, it's better to read it :)
https://habrahabr.ru/company/buruki/blog/189972/
Hello.
Some advice, please. How to integrate into metatrader an already prepared model (the model was created in python using xgboost)?
The only option I could google is to save the model to a text file in python and then load it into mql using R.
Are there any other options? Do you have any examples of implementation?
Thanks in advance!
The solution is as follows:
You load the reticulate library in R (R interfface to Python) and follow the documentation and examples.
By the way, R has the same package xgboost. Or is Python's better? You can see an example here
Good luck