Join our fan page
- Views:
- 3753
- Rating:
- Published:
- 2015.01.22 12:51
- Updated:
- 2016.11.22 07:32
-
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The DynamicRS_C indicator with the timeframe selection option available in input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
To provide correct operation of the indicator, place the compiled DynamicRS_C.mq5 indicator file in terminal_data_folder\MQL5\Indicators.
Fig.1. DynamicRS_C_HTF Indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/2359

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.

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

The indicator calculates % of growth or drop towards CLOSE. It is written via use of object-oriented programming and can be easily integrated into any Expert Advisor or other indicator.

Correlation ratio.