NeoButane

Arbee's 8 Exchange Average Candlesticks

Original idea by: twitter.com/arbee101
My Twitter: twitter.com/myBootan
Help from: Lokraan and Pepsii1335 of Cryptopolis

Averages out 8 exchanges to use. Allows one to view it on intraday timeframes.

Use this RSI if you are using this indicator:

//@version=3
study("8 Exchange Average RSI")
src = security("(BINANCE:BTCUSDT+POLONIEX:BTCUSDT+BITTREX:BTCUSDT+BITFINEX:BTCUSD+BITSTAMP:BTCUSD+COINBASE:BTCUSD+OKCOIN:BTCUSD1W+BITMEX:XBTUSD)", period, close)
rsii = rsi(src, 14)
plot(rsii, color=purple, transp=0, title="RSI")

oversold = hline(70)
overbought = hline(30)
fill(oversold, overbought, color=green)

My published indicators: www.tradingview.com/u/NeoButane/

Sorry if I haven't replied to your message yet, I'm a bit backlogged :)
Open-source script

In true TradingView spirit, the author of this script has published it open-source, so traders can understand and verify it. Cheers to the author! You may use it for free, but reuse of this code in a publication is governed by House Rules. You can favorite it to use it on a chart.

Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.

Want to use this script on a chart?