Continuing on the in-demand software for automatically finding harmonic patterns, this is the third and most likely final version of the indicator known as the "Harmonic Pattern Finder". It addresses many of the issues found from the prior iterations, including bug fixes and other improvements. Furthermore, the code is extensively refactored such that it should be straightforward for other programmers to integrate their own custom extensions or create an EA based on the pattern matching algorithm.
Harmonic patterns are a class of chart patterns based on 5 price extrema and constraints on the relations and proportions between these. As these constraints and ratios are difficult to verify by visual estimation, computerized measuring tools are essential for trading harmonic patterns. This indicator helps the trader by automatically...
Yo Sergey,
谢谢你提供你的模板。你是否有任何模板版本,不在图表上应用10次zup150指标和不使用pitchfork?
没有,对不起。
你可以自己创建这个模板。
<已删除
如何交易:AB=CD模式
这是关于如何交易这种模式的教育视频。
有几个关键步骤。
这是形成看涨的AB=CD形态,欧元兑美元,H8时间框架。
这是形成看涨的AB=CD形态的黄金(XAUUSD)。
============
Andrew Pitchfork
线索/帖子
这些文章
MQL5
============
Metatrader 5的HWAFM工具模式工具 -这个帖子
============
关于交易、自动交易系统和测试交易策略的论坛
如何开始使用MetaTrader和外汇,开始
Sergey Golubev, 2018.06.07 14:31
今天发表了新的好文章 -
----------------
ZUP - Universal ZigZag with Pesavento patterns.搜索模式
许多交易者对搜索价格图表上的模式感兴趣。这种搜索可以使用ZUP指标平台进行。使用该平台有几个选项。首先,你可以用严格设定的参数搜索已知的模式。第二,你可以根据你的要求调整参数。第三,你可以使用ZUP图形界面创建自己的模式,并将其参数保存到文件中。这种能力使您能够快速检查,是否能在图表上找到这些新模式。
有人有mq4文件,Zup harmonic,谢谢你。
看看这个页面上的一些帖子(我的帖子)的下载链接。
我没有找到任何一个人,你好,我想要.mq4文件做一些修改,给我最后一个文件zup文件,你有mq4打开的文件,不想要.ex4。
作者/编码者(他的用户名是Nen)正在/正在使用ex4文件上传一切。
关于交易、自动交易系统和测试交易策略的论坛
外汇中识别趋势的最佳方法
Sergey Golubev, 2018.06.29 08:09
期货/股票/期权/外汇交易者的图表模式--
我把这些关于模式的图片/插图放在一起,只是为了把所有的东西放在一个地方。
只是以加特利看涨(发展中的模式)为例。
新的良好指标在CodeBase上发布-
----------------
Harmonic Pattern Finder V3- MetaTrader 5的指标
Continuing on the in-demand software for automatically finding harmonic patterns, this is the third and most likely final version of the indicator known as the "Harmonic Pattern Finder". It addresses many of the issues found from the prior iterations, including bug fixes and other improvements. Furthermore, the code is extensively refactored such that it should be straightforward for other programmers to integrate their own custom extensions or create an EA based on the pattern matching algorithm.
对于那些不了解谐波形态的人来说--这是一种基于市场中斐波那契比率的技术分析方法,以及由这些比率构成的形态。 有点像三角形和双顶等形态,但有精确的测量,这使得计算机测量工具对这些形态的交易特别有吸引力。目前,在MQL5的代码库中,有这个指标的两个早期版本(V1:https://www.mql5.com/en/code/16435, V2:https://www.mql5.com/en/code/16852)。