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

Real author: Khlistov Vladimir

The indicator shows the moment of successive appearance of several unidirectional candles in a row activating alerts and sending email and push notifications.

//+----------------------------------------------+
//| Indicator inputs                             |
//+----------------------------------------------+
input uint CandleTotal=3;  //Number of unidirectional candles
input uint NumberofBar=1;//Number of a bar for delivering a signal
input bool SoundON=true; //Allow the alert
input uint NumberofAlerts=2;//Number of alerts
input bool EMailON=false; //Allow sending signals by email
input bool PushON=false; //Allow sending signals to a mobile device

The original indicator was developed in the MQL4 language and published in the CodeBase on 31.01.2017.

Fig. 1. DirectCandlesCounter indicator

Fig. 1. DirectCandlesCounter indicator

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

Arttrader_v1_5 Arttrader_v1_5

The EA is based on iMA (Moving Average, MA) indicator and analyzes the last six bars.

CloseProfit v2 CloseProfit v2

Closing positions and removing pending orders when reaching a specified profit or loss.

DirectCandlesCounter_Candle DirectCandlesCounter_Candle

DirectCandlesCounter indicator in the form of candles.

DEMA_Range_Channel_HTF DEMA_Range_Channel_HTF

DEMA_Range_Channel indicator with the timeframe selection option available in input parameters