Discussion of article "Studying candlestick analysis techniques (Part II): Auto search for new patterns" - page 2
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 like the interface design.
The search method should be implemented through the decision tree, i.e. from the reverse according to the actual data, rather than guessing with the selection of "coefficients".
I am currently making a similar analyser, but including graphical analysis, candlestick analysis, levels. I am considering the option of using this code. Thank you for your labour.
Speaking of more patterns and convenience of working with them, I have some thoughts: 1. to use a complex of several bit masks and the resulting numeric value based on them to determine the complex. I.e. not to run a comparison with all patterns but to use switch when the programme is running. Each pattern is finally defined by one unique number according to the rules on the basis of which the masks are built. 2. naturally input from a file.
How do I open the pattern analyser window? I already uploaded the MQL5 folder into the terminal folder but i don't know how to open the window.
Thanks for your attention.
Hi Alexander
Is the cause of these errors known?
Hi Alexander
Thanks for nice series articles.
I can open code of Part I, but when run code of Part II and part IV their window close rapidly. please help me to correct it.
Thanks