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 Expert Advisor | RSI_Expert_v2.0

MetaTrader Experts, Indicators, Scripts and Libraries

Author of the idea - Aleksey Cherbaev

mq5 code author - barabashkakvn

The EA only operates when a new bar appears. It always uses iRSI indicator, while using iMA indicators depends on the Trade on Moving Average parameter:

  • MA trade: Off - Moving Average indicators are not used
  • MA trade: Forward - usual comparison at the intersection of two Moving Averages (Fast and Slow)
  • MA trade: Revers - signal reversal at the intersection of two Moving Averages (Fast and Slow)

To disable a stop loss (Stop Loss), take profit (Take Profit) or trailing (Trailing Stop) simply pass "0.0" to the parameter.

Lot size management

The lot may be constant ("Money management" parameter is equal to "Constant lot") - or dynamic, in risk % per trade ("Money management" is equal to "Risk in percent for a deal").

The EA can be launched on netting as well, though the result is unpredictable.

22458