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

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
It is clear that the code should have been written by your own hand, from beginning to end, without the use of third-party libraries.
I mostly give a plus.
Of course not everything can be so severe, it's not a sin to use something else if it is very sophisticated (millions of lines of code) or when you're too lazy to bother with something routine yourself, for example another connector, but it's a fact that the code you wrote is used much more effectively than something taken from a library.
Colleagues welcome, can you help me with an answer in this thread?
https://www.mql5.com/ru/forum/378073
Because I'm already bleeped ....... You got it :-)
Colleagues welcome, can you help me with an answer in this thread?
https://www.mql5.com/ru/forum/378073
Because I'm getting bored ....... You got it :-)
replied
How do I findthe head and shoulders pattern with the help of MO? Because the candlesticks in one pattern are 20 in the other 30-50
No way. The MO decides whether this pattern is true or not, not by searching for it!
And who is going to search for it manually?
and who is going to look for the trader manually or what?
Usually an algorithm does this. I'm sure there's already a lot of logic for finding such patterns. It's just that these patterns do not always work out as written in the books, that's where the MO comes in.
Patterns consisting of bars of different numbers, how do I get around that?