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

The indicator searches for custom patterns specified in settings, and displays them on a chart. The pattern must be set as a text code, in which:

  • U is a bullish candlestick
  • D is a bearish candlestick
  • N is a candlestick of any type

For example:

  • If you write "UUD" in the indicator settings, the indicator will find and display all found "Bullish-Bullish-Bearish" candlestick patterns;
  • If you write "UUD" in the indicator settings, the indicator will find and display all found "Bullish-any-Bearish" candlestick patterns;

Patterns can only be specified using characters U, D and N or u, d and n.

The indicator can display specified patterns as well as mirror-mapped (reverse) ones.

It has two parameters:

  • Pattern (U - up, N - nothing, D - down) - pattern as a sequence of candlesticks;
  • Show reverse pattern - whether to display reverse patterns.

Fig.1 Pattern "UND" (Bullish-any-Bearish).

Fig.2 Pattern "UUD" (Bullish-Bullish-Bearish).

Fig.3 Pattern "UUD" (Bullish-Bullish-Bearish) with the display of reverse patterns enabled.

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

ChannelInd ChannelInd

The indicator displays on the chart the previous trading day's channel.

ATRR ATRR

ATR Ratio shows a ratio of two ATRs.

DayOfWeekLabels DayOfWeekLabels

The indicator shows days of the week on the price chart.

Keep On Trading (KOT) Keep On Trading (KOT)

An assistant indicator. It shows time for holding a position open.