Ticaret robotlarını ücretsiz olarak nasıl indirebileceğinizi izleyin
Bizi Twitter ü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

Smoothed Accelerator - MetaTrader 5 için gösterge

Görüntülemeler:
8062
Derecelendirme:
(34)
Yayınlandı:
2010.09.21 11:23
Güncellendi:
2016.11.22 07:32
Bu koda dayalı bir robota veya göstergeye mi ihtiyacınız var? Freelance üzerinden sipariş edin Freelance'e git

The indicator plots the smoothed value of the following experession:

Out[i]=MathLog(Close[i]/Close[i+ExtPeriodAcc]),

where ExtPeriodAcc is the accelerator period, defined by "Acc period" input parameter.

The smoothing is carried out by four-pass EMA with period, specified in the "MA period" input parameter.

Input parameters:

  • Acc period – accelerator period;
  • MA period – averaging period;
  • N History - number of bars to plot.

Smoothed Accelerator

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

MedianPriceChart MedianPriceChart

It plots the bar-averaged price charts (median price).

ytg_Percent_Lot ytg_Percent_Lot

The script calculates the number of lots to trade using the specified percentage of risk funds.

Hodrick-Prescott Channel Hodrick-Prescott Channel

The indicator plots a price channel using the Hodrick-Prescott Filter.

Position in channel Position in channel

The indicator shows the position of the current price in a channel.