Indicators: RSI Candles

 

RSI Candles:

Improved version inspired by RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968

RSI Candles

Author: Soewono Effendi 

RSI Candles
RSI Candles
  • www.mql5.com
Improved version inspired by RSI_candles by © mladen 2018 https://www.mql5.com/en/code/20968
 

Not working..

 

RSI candles


thanks for your feedback.

bug fixed

 
it is not still working... how can i fix it.
 
hokucem:
it is not still working... how can i fix it.

Insert the following on line 112.

   if (prev_calculated == 0) i = rates_total - inpRsiPeriod;
Reason: