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:
3878
Derecelendirme:
(11)
Yayınlandı:
2018.09.27 15:56
Güncellendi:
2018.09.27 15:56
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The Derivative Oscillator indicator by Constance Brown was published in her book "Technical Analysis for the Trading Professional"

The indicator is a twice exponentially smoothed RSI with the default parameters of 5 and 3.
Then a signal line is formed by simple smoothing of the resulting 2ERSI with the period of 9.
The derived histogram is calculated as a difference between 2ERSI and the signal line

There are five inputs:

  • RSI period - period of RSI
  • First EMA period - the period of the first smoothing EMA
  • Second EMA period - the period of the second smoothing EMA
  • SMA period - signal line smoothing period
  • Applied price price used for calculations

Calculation:

DEROSC = EMA2 - SMA(EMA2, SMA period)

where:

EMA2 = EMA(EMA1, Second EMA period) EMA1 = EMA(RSI, First EMA period) RSI - RSI(Applied price, RSI period)

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

COG_Channel COG_Channel

The Center of Gravity Channel indicator

Exp_ColorXPWMA_Digit_NN3_MMRec Exp_ColorXPWMA_Digit_NN3_MMRec

Three independent trading systems using ColorXPWMA_Digit indicators within a single EA with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

FGDI FGDI

Fractal Graph Dimension Indicator

Forecast Forecast

The Forecast oscillator indicator