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

The indicator represents two moving averages calculated based on the range of one-direction candlesticks.
One MA is for bullish range, the other one is for bearish candlesticks.

It has two configurable parameters:

  • Period - calculation period (candlestick range)
  • Applied price - calculation price

Calculations:

UP = SumUp / CountUp

DN = SumDn / CountDn

where:

SumUp = Sum of SMA(Applied price, 1) for all bullish candlesticks within the Period

SumDn = Sum of SMA(Applied price, 1) for all bearish candlesticks within the Period

CountUp - number of bullish candlesticks within the Period

CountDn - number of bearish candlesticks within the Period


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

Bears_Bulls_Impuls Bears_Bulls_Impuls

An indicator of bull/bear power

Adaptable_RSI Adaptable_RSI

A configurable RSI

DiffMA_Histogram DiffMA_Histogram

Difference of two moving averages within the range of one-direction candlesticks

Flat_Trend Flat_Trend

A market state indicator