TradingView
BlueSkyThinking
28 lis 2015 00:17

RSIBars 

Opis

High lights the bars based on the RSI (to avoid losing space for another indicator)
Komentarze
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)
Więcej