Alım-satım robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter üzerinde bulun!
Fan sayfamıza katılın
Fan sayfamıza katılın
Komut dosyasını ilginç mi buldunuz?
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Öyleyse bir link gönderin -
başkalarının da faydalanmasını sağlayın
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
- Görüntülemeler:
- 3531
- Derecelendirme:
- Yayınlandı:
- 2018.08.23 11:23
-
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git
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
MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/21389

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

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

DirectCandlesCounter indicator in the form of candles.

DEMA_Range_Channel indicator with the timeframe selection option available in input parameters