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östergeler

Median Moving Average - MetaTrader 5 için gösterge

Görüntülemeler:
6171
Derecelendirme:
(13)
Yayınlandı:
2018.03.01 11:40
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

Median MA is a moving average, which is calculated using the median price for a given period.

A sorted array of prices for the specified period is used for calculating the moving average. A value from the array of prices with the following index is used:

  • (N-1)/2 - for an odd N;
  • ([N/2] + [N/2 + 1])/2 - for an even N.

The indicator has two input parameters:

  • Period - calculation period;
  • Applied price - price used for calculations.

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

Moving Average Candles Moving Average Candles

A moving average drawn as candlesticks on a chart.

Logarithmic Regression Logarithmic Regression

Logarithmic regression channel.

RWI RWI

RWI (Random Walk Index)

Square Weighted MA Square Weighted MA

Square Weighted Moving Average.