Join our fan page
FDI_HTF - indicator for MetaTrader 5
- Views:
- 3648
- Rating:
- Published:
- 2016.07.20 14:42
- Updated:
- 2016.11.22 07:32
- Need a robot or indicator based on this code? Order it on Freelance Go to Freelance
The FDI indicator with the timeframe selection option available in input parameters.
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // Indicator chart period (timeframe)
The indicator requires FDI.mq5 indicator file. Place it in <terminal_data_folder>\MQL5\Indicators.
Fig.1. The FDI_HTF indicator
Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/15818
The Exp_FRASMAv2 Expert Advisor is based on change in color of the FRASMAv2 moving average.
FRASMAv2_HTFThe FRASMAv2 indicator with the timeframe selection option available in input parameters.
The idea of this moving average indicator is in giving the bar with a greater volume a greater weight in averaging.
iWPRSignAlertSemaphore arrow signal indicator based on the classic Williams’ Percent Range oscillator leaving the overbought and oversold areas, which features alerts, sending emails and push-notifications to mobile devices.