Expert Advisors • Indicators • Scripts • Libraries

MQL.RobotFX.org is the biggest collection of MetaTrader expert advisors (MT5 & MT4), indicators, scripts and libraries that can be used to improve trading results, minimize risks or simply automate trading tasks

MetaTrader 5 Indicator | RSI 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                  |
//+----------------------------------------------+
input ENUM_TIMEFRAMES TimeFrame=PERIOD_H4;         // Chart period
input int RSI_Period = 12;                         // RSI period
input ENUM_APPLIED_PRICE AppliedPrice=PRICE_CLOSE; // Price constant
input bool ReDraw=true;                            // Repeat display of information in the empty bars

MetaTrader Experts, Indicators, Scripts and Libraries

ColorRSI_HTF 

995

Best MetaTrader Indicators + Profitable Expert Advisors