Welcome Forex EA downloads & MT4/MT5 auto-trading resources — EAs, Gold EAs, quant tools and real-world automation.
Sign In Sign Up

Adaptable_RSI - MetaTrader 5 Script | Trading Script Download - MT4/MT5 Resources

author EAcpu | 3 reads | 0 comments |

Adaptable_RSI - indicator for MetaTrader 5

Adaptable_RSI - indicator for MetaTrader 5

Adaptable_RSI - indicator for MetaTrader 5

Adaptable_RSI - indicator for MetaTrader 5

Unlike the standard RSI, the Oscillator Adaptive RSI allows you to choose a method for calculating intermediate data that is calculated in the standard RSI only by the SMMA method.

It has five configurable parameters:

ARSI = 100.0-100.0/(1.0 + MA_gain/MA_loss)

MAGain = MA(gain, period, method) MALoss = MA(loss, period, method)

gain = difference
  • otherwise
     gain=0


    • if difference < 0
       loss=-diff
    • otherwise
       Loss=0
    diff = price - previous price price = MA(apply price, 1)

    The graph below shows Adaptive RSI compared to Standard RSI:

    Adaptable_RSI - indicator for MetaTrader 5

    Figure 1. Period 14, Method SMA

    Adaptable_RSI - indicator for MetaTrader 5

    Figure 2. Period 14, EMA method

    Adaptable_RSI - indicator for MetaTrader 5

    Figure 3. Period 14, method SSMA

    Adaptable_RSI - indicator for MetaTrader 5

    Figure 4. Period 14, LWMA method


    Attachment download

    📎 adaptable_rsi.mq5 (13.22 KB)

    Source: MQL5 #21314

    Verification code Refresh