Guarda come scaricare robot di trading gratuitamente
Ci trovi su Twitter!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Visualizzazioni:
3319
Valutazioni:
(8)
Pubblicato:
2018.10.25 15:00
TBS.mq5 (17.23 KB) visualizza
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Like Bar Based Stochastic, Tick Based Stochastic is a modified stochastic

It has eight adjustable 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

Calculation:

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

where:

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



Tradotto dal russo da MetaQuotes Ltd.
Codice originale https://www.mql5.com/ru/code/22113

TBS_Histogram TBS_Histogram

Tick Based Stochastic with histogram

Trix Trix

Trix oscillator indicator

StochasticEx StochasticEx

Stochastic expansion indicator

PVA PVA

SonicR PVA Volumes indicator