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

The indicator searches for thirty popular candlestick patterns and displays them on the price chart.

The indicator can be configured to show separate patterns as well as groups: one-, two- and three-bar patterns. You can enable or disable the display of each found pattern on the screen, as well as tooltips, containing chart period, pattern name and time.

The indicator has 38 adjustable parameters, eight of which are as follows:

  • Enable One-bar patterns - enable or disable the display of one-bar patterns;
  • Enable Two-bar patterns - enable or disable the display of two-bar patterns;
  • Enable Three-bar patterns - enable or disable the display of three-bar patterns;
  • Maximum of pips distance between equal prices - the accuracy of the patterns (*);
  • Show Pattern Descriptions - show/hide pattern descriptions;
  • Font size - the font size for the description text;
  • Texts color - the color of the description;
  • Font name - the font name for the description text.
  • ...
  • The other thirty parameters allow to individually enable or disable the search and display of patterns.
* Prices are considered equal if the difference between them is less than this number of points.

Fig.1 One-bar candlestick patterns

Fig.2 Two-bar patterns

Fig.3 Three-bar patterns

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

Other_Candles Other_Candles

The indicator draws candlesticks in a separate window in the form of a histogram from the zero line.

MinMax_MA MinMax_MA

A moving average based in High and Low prices.

Vector Vector

An oscillator of market movement, mood and trend.

TrailingStopAndTake TrailingStopAndTake

Simple trailing of stop loss and take profit orders of open positions.