Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Twitter !
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:
4040
Note:
(16)
Publié:
2018.11.20 12:49
RSI_X20.mq5 (14.19 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

Real author:

Ivan Kornilov

Twenty RSI indicators in a single window.

//+-----------------------------------+
//| Indicator inputs                  |
//+-----------------------------------+
input uint StartRSIPeriod=5;                          // initial period
input uint  step = 1;                                 // period step
input ENUM_APPLIED_PRICE   RSIPrice=PRICE_CLOSE;      // price


Fig. 1. RSI_X20 indicator

Fig. 1. RSI_X20 indicator

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

Tengri Tengri

The Expert Advisor applies iMA (Moving Average, MA), iRSI (Relative Strength Index, RSI) and Silence indicators. Martingale.

WAVE_PM WAVE_PM

Brief description

Consensus_of_Five Consensus_of_Five

Consensus of Five indicator

Time_Bar_Custom Time_Bar_Custom

The indicator plots one vertical line per day in a specified moment of time