거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Twitter에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
76918
평가:
(160)
게시됨:
2014.06.25 16:54
업데이트됨:
2016.11.22 07:32
\MQL5\Include\MyObjects\
myccomment.mqh (11.84 KB) 조회
mycarrow.mqh (14.05 KB) 조회
mychline.mqh (15.54 KB) 조회
\MQL5\Include\MyMath\Extremum\ \MQL5\Include\MyArrays\ \MQL5\Include\MyMath\Pattern\
MyCPattern.mqh (28.11 KB) 조회
fp.zip (1.24 KB)
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

This technical indicator shows М & W Wave Patterns by Merrill and support/resistance levels drawn at extreme points of the standard ZigZag indicator. A. Merrill classified five-pointed shapes based on the order of the points from top to bottom, and created an orderly classification model M & W Waves. Here they are:

M-Wave

W-Wave

The dynamic pattern by A. Merrill is the pattern that can vary over time. The dynamic pattern is on the first four right zigzag rays. In this indicator all patterns are considered dynamic. To provide this condition, the concept of mutation of waves was artificially introduced (see below) and the algorithm of the classic Zigzag indicator was slightly modified.

As for the core of the extreme search algorithm - Zigzag, this algorithm is a "temporary (quick) decision" and certainly requires replacement. Since most of the errors are associated with pattern detection NOPATTERN (see in enum NamePattern in the MyCPattern.mqh file) - this is an error of the search engine.

Evolution and Mutation of Waves

Evolution - change of the dynamic pattern, which still stays in the same wave family. Evolution of M-Wave patterns:

Evolution M Wave

Evolution of W-Wave patterns:

Evolution W Wave

Mutation - change of the dynamic pattern, which then moves to another wave family. Mutation of M-Wave patterns:

Mutation M in W

Mutation of W-Wave patterns:

Mutation W in M

Note: Prediction algorithm considers that a mutation results in the youngest shape of the evolution, and the evolution/mutation counter is aware of the possible nonsequential mutation/evolution. For example, mutation in the middle and senior shape. This is achieved by selecting specific values ​​in the bit-mask enum NamePattern (see MyCPattern.mqh). If you want to use the evolution/mutation counter - do not change enum NamePattern.


Indicator operation:

This indicator shows М & W Wave Patterns by Merrill and support/resistance levels on a chart. The indicator is recalculated on each new history bar (to save CPU time when rendering objects). The names of all objects are pseudo-random. The indicator calculates the predicted price movements based on the expectations of a private (serial) evolution/mutation of waves. The indicator includes a counter of pattern model efficiency.

FivePattern


Current version:

Test version 1.02:

Search engine, classic Zigzag;

Prediction model: level 0 (sequential evolution/mutation);

Model counter: level 0 (Algorithm: "I count only what I see, I don't know what was before...". Statistics is displayed after the 11th shape appears).

MetaQuotes Ltd에서 러시아어로 번역함.
원본 코드: https://www.mql5.com/ru/code/7050

TSI_CCI TSI_CCI

A TSI oscillator based on the values of the CCI technical indicator, implemented with its own signal line in the from of a colored cloud.

TSI_MACD_HTF TSI_MACD_HTF

The TSI_MACD indicator with the timeframe selection option available in input parameters.

HullTrend HullTrend

The trend indicator is formed of a colored cloud of the Hull moving average and its averaging.

Exp_wlxBWWiseMan-2 Exp_wlxBWWiseMan-2

The Exp_wlxBWWiseMan-2 Expert Advisor is designed using the semaphore signal indicator wlxBWWiseMan-2.