Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Facebook ü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:
3271
Derecelendirme:
(9)
Yayınlandı:
2018.09.27 15:59
GD.mq5 (8.28 KB) görüntüle
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The Generalized DEMA moving average. Double exponential smoothing is applied to a price, taking into account the effect of the secondary smoothing.

The indicator has three input parameters:

  • Volume factor (in percent) - secondary smoothing effect factor, in percent
  • Period - calculation period
  • Applied price

Calculation:

GD = (1.0+Volume factor) * EMA1 - Volume factor * EMA2

where:

EMA2 - EMA(EMA1, Period) EMA1 - EMA(Applied price, Period)

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

RSI_Histogram_Vol RSI_Histogram_Vol

The Relative Strength Index oscillator displayed as a color histogram, using volumes.

Exp_Trading_Channel_Index Exp_Trading_Channel_Index

A trading system based on the Trading_Channel_Index oscillator signals.

CCI_Histogram_Vol CCI_Histogram_Vol

The Commodity Channel Index oscillator displayed as a color histogram, using volumes.

Investor_Preference_Index Investor_Preference_Index

The Investor Preference Index indicator