TradingView
NeoButane
8 Th05 2018 04:06

Arbee's 8 Exchange Average Candlesticks 

Bitcoin / DollarBitfinex

Mô tả

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)
Thêm nữa