Hi firends. This script is and old version. Please convert this into latest version and share it with me. thank you study("RSI", overlay = true) rsic(c) => //rsi custom r = rsi(close[c],9) r rsi_low(l) => //rsi minima v = rsic(1)<l and rsic(0)>rsic(1) and rsic(2)>rsic(1) v rsi_high(h) => //rsi minim...