Voir comment télécharger gratuitement des robots de trading
Retrouvez-nous sur Telegram !
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:
3026
Note:
(21)
Publié:
2015.01.22 12:33
Mise à jour:
2016.11.22 07:32
mfi_htf.mq5 (8.25 KB) afficher
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur Freelance

The MFI oscillator with the timeframe selection option available in input parameters.

input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4;  // Indicator chart period (timeframe)

For more visual perception the indicator has been shifted fifty units down.

Fig.1. The MFI_HTF indicator

Fig.1. The MFI_HTF indicator

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

ColorCCI ColorCCI

The classic CCI with the colored signal levels. For the moments of time, when the CCI indicator is in oversold and overbought zones, there are change of the indicator color corresponding to the trend direction. The growing trend colors the indicator in lettuce green, the falling into the red one.

Simple Continuous ParabolicSAR Simple Continuous ParabolicSAR

Unlike ParabolicSAR this indicator is continuous and more precise. Indicator's calculation is also very easy.

CronexRSI CronexRSI

The MACD Indicator, in which the price series is replaced by the series of values of the iRSI technical indicator. It is drawn in the form of a colored cloud.

DynamicRS_C_HTF DynamicRS_C_HTF

The DynamicRS_C indicator with the timeframe selection option available in input parameters.