文章 "研究烛条分析技术(第二部分):自动搜索新形态" - 页 2

 

我喜欢这个界面设计。

搜索方法应该通过决策树来实现,即根据实际数据从反向进行搜索,而不是通过选择 "系数 "来猜测。

 

我目前正在制作一个类似的分析器,但包括图形分析、蜡烛图分析和水平分析。我正在考虑使用这段代码。感谢您的劳动。

说到更多的模式和使用它们的便利性,我有一些想法:1. 使用几个位掩码的复数和基于它们得出的数值来确定复数。即不对所有模式进行比较,而是在程序运行时进行切换,最后根据建立掩码的规则,用一个唯一的数字来定义每个模式。自然从文件中输入。

 

如何打开模式分析器窗口?我已经将 MQL5 文件夹上传到终端文件夹,但不知道如何打开窗口。


感谢您的关注。

 
it's  wrong Debugging error. Can you help me find the error?
 

你好,亚历山大

是否知道这些错误的原因?

 '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
 
技术永远是核心动力
 

嗨,亚历山大

感谢您的系列文章。

我可以打开第一部分的代码,但运行第二部分和第四部分的代码时,它们的窗口会迅速关闭。

谢谢

 
文章挺好的,就是没办法运行文中代码,太多报错无法解决
 
文章不错,代码要修改了才能跑起来。要一点功夫。