Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Facebook !
Rejoignez notre page de fans
Un script intéressant ?
Poster un lien vers celui-ci -
laisser les autres l'évaluer
Vous avez aimé le script ? Essayez-le dans le terminal MetaTrader 5
Indicateurs

RSI_With_Step_MA - indicateur pour MetaTrader 5

Vues:
3516
Note:
(10)
Publié:
2018.06.06 14:32
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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]

Traduit du russe par MetaQuotes Ltd.
Code original : 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.