Discussing the article: "Developing a robot in Python and MQL5 (Part 2): Model selection, creation and training, Python custom tester"
Good article. I like that everything is done in the "classic" MO way, without any subtlety.
Didn't quite realise yet, on a quick look, what ensemble of models are being built. Were they trained on the same or different data.
I'll figure it out later and add to it.
Good article. Like that it's done in the "classic" MoD way, no subtle stuff.
Didn't quite realise yet, on a quick look, what ensemble of models are being built. Were they trained on the same or different data.
I'll figure it out later and add to it.
Thank you very much, very nice! The ensemble is trained on the same data)
Thanks for the article! I read it with interest. I am also planning to take advantage of learning different Python models in the future, and this is actually a ready-made recipe that gives a good base to start from.
Thanks to the previous article, I went to learn python.
I have not had time to make much progress in understanding python, and here is the second article, and it is interesting too.
And I'm like in the fable - the fox and the grapes))))

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Check out the new article: Developing a robot in Python and MQL5 (Part 2): Model selection, creation and training, Python custom tester.
We continue the series of articles on developing a trading robot in Python and MQL5. Today we will solve the problem of selecting and training a model, testing it, implementing cross-validation, grid search, as well as the problem of model ensemble.
Our ultimate goal is to create a working and maximally profitable model for price forecasting and trading. All code will be in Python, with inclusions of the MQL5 library.
Author: Yevgeniy Koshtenko