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 :)
開源腳本

本著真正的TradingView精神,該腳本的作者將其開源發布,以便交易者可以理解和驗證它。為作者喝彩吧!您可以免費使用它,但在出版物中重複使用此代碼受網站規則的約束。 您可以收藏它以在圖表上使用。

免責聲明

這些資訊和出版物並不意味著也不構成TradingView提供或認可的金融、投資、交易或其他類型的意見或建議。請在使用條款閱讀更多資訊。

想在圖表上使用此腳本?