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
Vues:
5582
Note:
(14)
Publié:
2018.12.28 13:10
Mise à jour:
2019.01.17 11:29
RSI_MA.mq5 (9.17 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Oscillating indicator RSI MA is a simple smoothed RSI

It has four adjustable parameters:

  • RSI period - RSI calculation period
  • RSI applied price - RSI applied price
  • Smoothing period - smoothing period
  • Smoothing method - smoothing method

Calculations:

RSIMA = MA(RSI, Smoothing period, Smoothing method)

where

RSI = RSI(RSI applied price, RSI period)

Traduit du russe par MetaQuotes Ltd.
Code original : https://www.mql5.com/ru/code/22687

i-KlPrice_Vol i-KlPrice_Vol

Oscillator i-KlPrice using volumes

Heiken_Ashi_Smoothed_Trend_HTF Heiken_Ashi_Smoothed_Trend_HTF

Indicator Heiken_Ashi_Smoothed_Trend with the possibility of changing its timeframe in its input parameters

Mirror_RSI Mirror_RSI

Indicator Mirror RSI

FineTuningMACandle FineTuningMACandle

Indicator FineTuningMA represented as candles