Discussion of article "Studying candlestick analysis techniques (Part II): Auto search for new patterns" - page 2

 

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.

 
It's wrong Can you help me find the error?
 

Hi Alexander

Is the cause of these errors known?

 'AddItem'                - wrong parameters count        MainWindow.mqh   164      17
implicit conversion from 'number' to 'string'            MainWindow.mqh   164      25
'AddItem'                - wrong parameters count        MainWindow.mqh   165      17
implicit conversion from 'number' to 'string'            MainWindow.mqh   165      25
'SelectedRowColor'       - undeclared identifier         MainWindow.mqh   383      10
'C' 120 , 100 , 225 ''         - some operator expected        MainWindow.mqh   383      27
'SelectedRowColor'       - undeclared identifier         MainWindow.mqh   441      13
'C' 120 , 100 , 225 ''         - some operator expected        MainWindow.mqh   441      30
'GreenCheckBox'          - undeclared identifier         MainWindow.mqh   638      16
'true'                   - some operator expected        MainWindow.mqh   638      30
 
Technology is always the core driver
 

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

 
The article is pretty good, but there's no way to run the code in the article, too many errors to fix!
 
Nice article, the code has to be modified to run. Takes a bit of work.