Candles Smoothed HTF – indicator MetaTrader 5

Candles Smoothed HTF
The indicator that displays “averaged” candlesticks of a larger timeframe at a smaller one. Smoothing transformation is applied to all elements of a price candlestick in this indicator: Open, Low, High and Close. The indicator provides a clear graphical representation of a current market trend. A color of a candlestick determines trend direction and its … Read more

X2MA HTF – indicator MetaTrader 5

ColorX2MA HTF
X2MA universal moving average that displays its higher timeframe values at the current one with the possibility to select a smoothing type from the dozen of possible versions: SMA – simple moving average; EMA – exponential moving average; SMMA – smoothed moving average; LWMA – linear weighted moving average; JJMA – JMA adaptive average; JurX … Read more

JFatl HTF – indicator MetaTrader 5

Color JFatl HTF
The hybrid of digital and analog filters that displays its larger timeframe values at a smaller one. The indicator is calculated the following way: JFATL[bar] = JMA(FATL(PRICE[bar])) where: FATL() – FATL digital filter value; JMA() – JMA adaptive smoothing algorithm; PRICE[] – price series value. bar – current bar index. Additional JMA smoothing is used … Read more

RSI HTF – indicator MetaTrader 5

ColorRSI_HTF
Standard RSI that can be applied for a chart having a different timeframe. Ascending indicator values exceeding 50 are colored in light green, while descending ones – in dark green. Descending values below this value are shown in red, while ascending ones – in brown. Indicator input parameters: //+———————————————-+ //|  Indicator input parameters                 | … Read more

Keltner Channel HTF – indicator MetaTrader 5

Figure 1. Indicator Keltner_Channel_HTF
The Keltner Channel indicator with the timeframe selection option available in input parameters. input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4;  //Indicator chart period Place the indicator compiled file Keltner.mq5 to the terminal_data_folder\MQL5\Indicators\ of the client terminal. Figure 1. Indicator Keltner_Channel_HTF Keltner Channel HTF – indicator MetaTrader 5

Sine Wave Cloud HTF – indicator MetaTrader 5

Fig.1. Indicators Sinewave_Cloud_HTF and Sinewave2_Cloud_HTF
Indicator Sine Wave with the timeframe selection option available in input parameters, in form of a colored cloud. input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4; // The indicator chart period (timeframe) For indicator Sinewave_Cloud_HTF to operate, indicator Sinewave.ex5 must be in the <terminal_data_directory>\MQL5\Indicators folder. Similarly, for indicator Sinewave2_Cloud_HTF to operate, indicator Sinewave2.ex5. must be in the <terminal_data_directory>\MQL5\Indicators folder. Both … Read more