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

RSI_With_Step_MA - indicatore per MetaTrader 5

Visualizzazioni:
3524
Valutazioni:
(10)
Pubblicato:
2018.06.06 14:32
Hai bisogno di un robot o indicatore basato su questo codice? Ordinalo su Freelance Vai a Freelance

RSI calculated using the specified smoothing type is displayed in a separate window.

It has five input parameters:

  • RSI period - RSI calculation period;
  • Step - the range for calculating the positive and the negative components of RSI;
  • MA period - smoothing period;
  • MA method - smoothing method;
  • MA applied price - price used for the calculation of the smoothing MA.

Calculation:

RSI[i] = 100-(100/(1 + Positive/Negative))

where

Positive, Negative - the sum of positive and negative increments (Diff),
Diff[i] = MA(Period_MA)[i]-MA(Period_MA)[i-Step]

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

Repulse_Divergence Repulse_Divergence

Divergences of the Repulse oscillator.

Repulse Repulse

An indicator of possible price "rebounds".

Trend_Force Trend_Force

An indicator of trend strength.

Futures Portfolio Control Expiration Futures Portfolio Control Expiration

A portfolio EA for the MOEX FORTS market.