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

TBS_Histogram - MetaTrader 5 için gösterge

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

Tick Based Stochastic with histogram - modified stochastic with the K and D lines difference histogram.

It has ten input parameters:

  • %K period - stochastic K line period
  • %D period - stochastic D line period
  • Slowing - slowing
  • %K method - stochastic K line calculation method
  • %D method - stochastic D line calculation method
  • Applied price
  • Overbought - overbought level
  • Oversold - oversold level
  • Show %K line - display K line (Yes/No)
  • Show %D line - display D line (Yes/No)

Calculation:

K = MA(FastK, Slowing, %K method) D = MA(K, %D period, %D method) H = K - D

where:

FastK = 100.0 * mins/maxes mins  = Applied price - minLow maxes = maxHigh - minLow minLow, maxHigh - low and high prices in the %K period range H - histogram


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

Trix Trix

Trix oscillator indicator

Exp_MA_Rounding_Candle_MMRec Exp_MA_Rounding_Candle_MMRec

The trading system based on the MA_Rounding_Candle indicator signals with an ability to change the volume of a forthcoming trade depending on the results of the previous trades for this trading system

TBS TBS

Tick Based Stochastic indicator

StochasticEx StochasticEx

Stochastic expansion indicator