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

Blau_TS_Stochastic - MetaTrader 5 için gösterge

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

The William Blau Stochastic Oscillator indicator shows the William Blau stochastic oscillator.

It has six input parameters:

  • Period - calculation period;
  • First smooth period - the initial smoothing period;
  • Second smooth period - the secondary smoothing period;
  • Third smooth period - the resulting smoothing period;
  • Signal period - the signal line period;
  • Applied price - price used for calculations.

Calculations:

Blau_TStoch = 100*Stoch_EMA3/HH_EMA3,
Signal = EMA(Blau_TStoch, Signal period)

where:

Stoch_EMA3 = EMA(EMA(EMA(Stoch, First smooth period), Second smooth period), Third smooth period),
HH_EMA3 = EMA(EMA(EMA(HH, First smooth period), Second smooth period), Third smooth period),
Stoch [i] = Price[i]-Min,
HH[i] = Max-Min,
Max, Min are the highest and the lowest price within the range from (i-Period+1) to (i)

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

Blau_Trend_Momentum Blau_Trend_Momentum

William Blau Trend Momentum.

Blau_Stochastic_Index Blau_Stochastic_Index

William Blau Stochastic Indicator

Blau_TSI Blau_TSI

William Blau True Strength Index.

Blau_TStoch Blau_TStoch

William Blau Stochastic.