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

DSS Bressert - MetaTrader 5 için gösterge

Yayınlayan:
Nikolay Kositsin
Görüntülemeler:
14246
Derecelendirme:
(26)
Yayınlandı:
2012.02.07 11:38
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

Real author:

Rosh

The Double Smoothed Stochastics indicator was proposed by William Blau and Walter Bressert. The calculation of DSS values is similar to Stochastic indicator, the difference is the use of double exponentially smoothing.

The interpretation of DSS values is the same as for Stochastic - the values above 80 indicates the overbought state of the market, the values below 20 indicates the oversold market state.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com 08.08.2008.

Calculation:

DSS Bressert formula

where:

  • Ln - the lowest price (n bars);
  • Hn - the highest price (n bars);
  • LXn - the lowest value of Xn (n bars);
  • HXn - the highest value of Xn (n bars);
  • EMA(r) - exponetially smoothed moving average (r-period).

DSS Bressert indicator

DSS Bressert indicator

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

UltraFatl UltraFatl

This indicator is based on Fatl indicator values and analysis of its signal lines.

WKBIBS WKBIBS

WKBIBS is a next generation oscillator with combined WKB and IBS indicators functions.

XR-squared XR-squared

XR-Squared indicator uses linear regression to determine the presence or absence of a market trend.

JBrainTrend1 JBrainTrend1

Trend indicator of the popular BrainTrend1 trading system with preliminary price timeseries smoothing.