TradingView
BlueSkyThinking
28 Nov 2015 pukul 00.17

RSIBars 

Huraian

High lights the bars based on the RSI (to avoid losing space for another indicator)
Komen
BlueSkyThinking
uops. gross mistake apologies. should be:

study(title="RSIBars", overlay = true)

Rsi = rsi(close, 14)

barcolor(Rsi>80 ? red : Rsi>70 ? orange : Rsi>20 ? lime : Rsi>30 ? green : white)
Lebih