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:
9556
Derecelendirme:
(16)
Yayınlandı:
2018.10.25 18:35
OBOS.mq5 (16.02 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

Overbought/Oversold oscillator displays the market movement direction color histogram in a separate window.

The indicator has three input parameters:

  • Period - calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculation:

Up = EMA(EMA((WP-EMA(WP)) / StdDev(WP))) Down = EMA(Up, Period)

where:

EMA - EMA(PRICE_WEIGHTED, Period) StdDev - StdDev(PRICE_WEIGHTED, Period) WP - weighted price (High+Low+Close+Close)/4

The upward movement is displayed by the green histogram
The downward movement is displayed by the red histogram
Uncertain movement is displayed by the gray histogram


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

CCI_OBOS_Crossover CCI_OBOS_Crossover

CCI OBOS Crossover indicator

DNC DNC

DNC indicator

Auto_Envelope Auto_Envelope

Auto Envelope indicator

Aroon_Filter Aroon_Filter

Aroon Filter indicator