Join our fan page
CorrectedAverage_HTF - indicator for MetaTrader 5
- Views:
- 2956
- Rating:
- Published:
- 2015.08.17 11:53
- Updated:
- 2016.11.22 07:32
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The CorrectedAverage indicator with the timeframe selection option available in the input parameters:
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires CorrectedAverage.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The CorrectedAverage_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/13534
The Exp_CoppockHist Expert Advisor is based on the reversal of the CoppockHist oscillator direction.
ColorXdinMA_StDevThe ColorXdinMA indicator with additional trend strength indication using colored dots based on the standard deviation algorithm.
The Exp_CronexCCI EA is based on signals generated by the CronexCCI oscillator.
CyclePeriod_HTFThe CyclePeriod indicator with the timeframe selection option available in the input parameters.