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

Real author: Tor

The ThreeCandles indicator, which features alerts, sends emails and push notifications.

The indicator analyzes candlestick charts and tries to find possible reversal points — patterns. Once a possible point is found, the indicator plays a sound alert and sends emails and notifications to a smartphone.

Literally, the condition is as follows:

  • If there is a growing candlestick followed by another growing candle, which does not go beyond the shadow of the previous candlestick, and the second candlestick is followed by a falling candlestick, the body of which exceeds the size of the previous growing candlestick, we assume that there will be a reversal toward the SELL direction.
  • If there is a falling candlestick followed by another falling candle, which does not go beyond the shadow of the previous candlestick, the third candlestick should be rising and its body should exceed the body of the previous falling candlestick, we assume that there will be a reversal toward the BUY direction.

In addition to analyzing candlesticks, the indicator also analyzes tick volumes — increase, decrease, as well as the size of the first candlestick. If the size of the first candlestick in the pattern exceeds the value in pips specified in the settings, then the volume analyzer is turned off.

The indicator is presented as colored candlesticks. The color is bright if a candlestick goes in trend direction, and is pale if against the trend.

This indicator was first implemented in MQL4 and published in the CodeBase on 04.10.2016.

Fig1. The ThreeCandles indicator

Fig1. The ThreeCandles indicator

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

FigureBuilder FigureBuilder

The tool allows drawing shapes in the chart.

Exp_CGOscillator_X2 Exp_CGOscillator_X2

The Exp_CGOscillator_X2 trend trading system based on the signals from two CGOscillator indicators.

KhaosAssault_HTF KhaosAssault_HTF

The KhaosAssault indicator with the timeframe selection option available in input parameters

ICHI_OSC_HTF ICHI_OSC_HTF

The ICHI_OSC indicator with the timeframe selection option available in input parameters