Guarda come scaricare robot di trading gratuitamente
Ci trovi su Telegram!
Unisciti alla nostra fan page
Script interessante?
Pubblica il link!
lasciare che altri lo valutino
Ti è piaciuto lo script? Provalo nel Terminale MetaTrader 5
Indicatori

Stochastic_RSI - indicatore per MetaTrader 5

Visualizzazioni:
11274
Valutazioni:
(19)
Pubblicato:
2019.02.07 08:48
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

Indicator Stochastic RSI is a stochastic calculated on the data of Relative Strength Index (RSI)

It has six adjustable parameters:

  • Stochastic %K period - stochastic %K line calculation period
  • Stochastic %D period - stochastic %D line calculation period
  • Stochastic slowing - stochastic slowing calculation period
  • RSI period - RSI calculation period
  • Overbought - overbought level
  • Oversold - oversold level

Calculations:

SK = AvgSKI
SD = AvgSK

where:

AvgSKI = SMA(SKI,Stochastic slowing)
AvgSK  = SMA(SK, Stochastic %D period)

SKI = (RSI - Min) / (Max-Min) * 100.0
Max, Min - the highest and the lowest values of RSI within the range of Stochastic %K period

RSI - Relative Strength Index(Close, RSI period)


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

MTF_LRMA MTF_LRMA

Indicator Multi Timeframe Linear Regression MA with signal line

LRMA LRMA

Indicator Linear Regression MA

PriceChannel PriceChannel

A price channel based on a bar of user-defined duration (timeframe).

MTF_Stochastic_RSI MTF_Stochastic_RSI

Indicator Multi timeframes Stochastic RSI