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_X20

Real author:

Ivan Kornilov

Twenty RSI indicators in a single window.

//+-----------------------------------+  //| Indicator inputs                  |  //+-----------------------------------+  input uint StartRSIPeriod=5;                          // initial period  input uint  step = 1;                                 // period step  input ENUM_APPLIED_PRICE   RSIPrice=PRICE_CLOSE;      // price  

MetaTrader Experts, Indicators, Scripts and Libraries

Fig. 1. RSI_X20 indicator

22984