Rejoignez notre page de fans
- Vues:
- 3754
- Note:
- Publié:
- 2015.01.22 12:51
- Mise à jour:
- 2016.11.22 07:32
-
Besoin d'un robot ou d'un indicateur basé sur ce code ? Commandez-le sur Freelance Aller sur 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
Traduit du russe par MetaQuotes Ltd.
Code original : 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.