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

The Moving Average with step indicator.

It has two input parameters:

  • Period - calculation period
  • Step - step size

The calculation is similar to a Simple Moving Average. However, some prices are excluded from the calculations in accordance with the step size.

If parameters are set to Period = 4 and Step = 2, the calculation will be as follows:

StepMA = (Close[i] + Close[i+2] + Close[i+4] + Close[i+6]) / 4.0

If Step = 1, the indicator is identical to a simple moving average.

Moving Average with step. Period = 4, Step = 2

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

Pivot_Oscillator Pivot_Oscillator

Pivot Oscillator

18AvgMA 18AvgMA

The "Average of 18 Moving Averages" indicator

Total_Power Total_Power

Indicator Total Power

Average_Change Average_Change

The Average change indicator