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

Multi RSI - indicateur pour MetaTrader 5

Publié par:
Nikolay Kositsin
Vues:
8325
Note:
(20)
Publié:
2011.12.14 13:32
Mise à jour:
2016.11.22 07:32
multi_rsi.mq5 (14.75 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Andrey Matvievskiy

Eight RSI (Relative Strength Index) technical indicators with various input parameters values are displayed in one window.

This indicator was first implemented in MQL4 and published in Code Base at mql4.com 17.07.2009.

Multi RSI

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

IncMAOnArray IncMAOnArray

CMAOnArray class is used for Moving Average calculation on indicator buffer's data. The example of use of the class is provided.

VGridLine Monthly VGridLine Monthly

Vertical time grid with one month step.

VGridLine Weekly VGridLine Weekly

Vertical time grid with one week step.

IncATROnArray IncATROnArray

CATROnArray is designed for calculation of ATR (Average True Range) values on indicator buffers. The example of use of the class is provided.