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

Unlike standard On Balance Volume calculated on Close prices only, and indicator MultiVote OBV is calculated on HLC prices, which resulted in its higher sensitivity.

The indicator has no configurable parameters. Negative values are drawn in red, positive ones in green.

Calculations:

MVOBV = PrevMVOBV + TotalVote * Volume

where:

TotalVote = HighVote + LowVote + CloseVote
  • If High > PrevHigh:

    HighVote = 1
  • If High < PrevHigh:

    HighVote = -1
  • If Low > PrevLow:

    LowVote = 1
  • If Low < PrevLow:

    LowVote = -1
  • If Close > PrevClose:

    CloseVote = 1
  • If Close < PrevClose:

    CloseVote = -1

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

MM MM

Oscillator MM (Market Mode) allows assessing the market state: In trend state or in cyclic state.

FIR FIR

Indicator FIR is a symmetrically weighted filter (Finite Impulse Response Filter).

Rj_SlidingRange_HTF Rj_SlidingRange_HTF

Indicator Rj_SlidingRange with the possibility to change the indicator timeframe in its input parameters.

Rj_RMA_HTF Rj_RMA_HTF

Indicator Rj_RMA with the possibility to change the indicator timeframe in its input parameters.