거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
조회수:
4422
평가:
(10)
게시됨:
2018.04.18 16:24
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

The indicator allows finding on the price chart fractals with different dimensions and displaying them simultaneously.

It searches for fractals with dimensions form 1х1 to 10х10

The indicator has five input parameters:

  • Min dimension of a fractal - the minimum dimension of fractals to display;
  • Max dimension of a fractal - the maximum dimension of fractals to display;
  • Use last bar - whether to use the current bar for search;
  • Upper fractals color - the color of upper fractals;
  • Lower fractals color - the color of lower fractals.
Note that if you choose "Yes" in Use last bar, the rightmost found fractal can be canceled if the configuration of the right side of the fractal candlestick formation changes.

The fractals found are displayed in digits, which correspond to their dimensions.

Fig.1 Fractals with the dimension of 2х2

Fig.2 Fractals with the dimension of 3x3

Fig.3 Fractals with the dimension of 4x4

Fig.4 Fractals with dimensions of 2x2 to 10x10

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

CCI_Divergence CCI_Divergence

The indicator searches for divergences and displays them on the chart of the custom CCI indicator.

BB-Percentage-Decimal BB-Percentage-Decimal

Bollinger Bands in the form of an oscillator.

NHNL NHNL

The New High New Low Index indicator.

SignalMAAboveBelow 2 SignalMAAboveBelow 2

A module of trading signals based on the Moving Average indicator signal module.