Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Telegram üzerinde bulun!
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
Komut dosyasını beğendiniz mi? MetaTrader 5 terminalinde deneyin
Görüntülemeler:
4156
Derecelendirme:
(16)
Yayınlandı:
2016.01.20 10:21
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Real author:

Alexey Volchanskiy

The BigBarSound indicator plays sound alerts when candlestick body size exceeds a certain value.

The size can be considered as Close-Open (current price - candlestick open price) or as High - Low, the calculation mode is selected in the settings. It works on any timeframe and symbol.

Indicator input parameters:

//+------------------------------------------------+
//| Indicator input parameters                     |
//+------------------------------------------------+ 
input ENUM_TIMEFRAMES TimeFrame   = PERIOD_H4;      // Indicator chart period
input uint            BarPoint    = 200;            // Minimum candle step size for the signal
input START_POINT     SP          = HIGH_LOW;       // Movement option
input string          WavFile     = "alert.wav";    // The name of a sound file
input uint            TimeDeley   = 10;             // Minimum delay between two signals

Originally this indicator has been written in MQL4 and was first published in the Code Base on 05.12.2014.

MetaQuotes Ltd tarafından Rusçadan çevrilmiştir.
Orijinal kod: https://www.mql5.com/ru/code/14388

MA_Rounding_Channel_HTF MA_Rounding_Channel_HTF

The MA_Rounding_Channel indicator with the timeframe selection option available in the input parameters.

Exp_KalmanFilterCandle Exp_KalmanFilterCandle

The Expert Advisor Exp_KalmanFilterCandle based on signals of the KalmanFilterCandle indicator.

ColorRMACD_HTF ColorRMACD_HTF

The ColorRMACD with the timeframe selection option available in the input parameters.

Exp_AnchoredMomentumCandle Exp_AnchoredMomentumCandle

The Exp_AnchoredMomentumCandle Expert Advisor based on signals of the AnchoredMomentumCandle indicator.