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

JSmooth_MA - MetaTrader 5 için gösterge

Görüntülemeler:
3596
Derecelendirme:
(9)
Yayınlandı:
2018.06.06 14:28
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator displays on the price chart a moving average with the JSmooth smoothing type (the smoothing type proposed by Mark Jurik).

The indicator has two input parameters:

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

Calculation:

JSmooth[i] = J5[i]

where

J5[i] = J5[i-1] + J4[i],
J4[i] = (J3[i] - J5[i-1])*(1 - Alpha)*(1 - Alpha) + J4[i-1]*Alpha*Alpha,
J3[i] = J1[i] + J2[i],
J2[i] = (Price[i] - J1[i])*(1 - Alpha) + J2[i-1]*Alpha,
J1[i] = Price[i]*(1 - Alpha) + J1[i-1]*Alpha,
Alpha = 0.45*Period/(0.45*(Period-1)+2)

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

Important_Extremums Important_Extremums

An indicator of important extremums.

Donchain counter Donchain counter

A trading system based on the Donchian Channel indicator.

Performance_Index Performance_Index

The Performance Index indicator.

Psychology_Index Psychology_Index

The Overbought/Oversold Index