Watch how to download trading robots for free
Find us on Facebook!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Views:
3019
Rating:
(21)
Published:
2015.01.22 12:33
Updated:
2016.11.22 07:32
mfi_htf.mq5 (8.25 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to 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

Translated from Russian by MetaQuotes Ltd.
Original code: 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.