Standard TradingView OI indicator
Posted: Sun Jul 30, 2023 11:38 am
When input override symbol for the standard OI indicator
https://pastebin.com/Z78RH33E
it builds a chart for Binance spot (!!) crypto pairs like ETHUSDT, SOLUSDT and I have no idea about value on the chart like ~300 M for SOLUSDT, and 160 M for ETHUSDT. It is not trading volume and there is no similar data for this pair on Binance. Please, help to clarify issue.
Review code, all the data from Binance for the trading spot pairs specified. No similar data, no ideas what it can be.
Code: Select all
//@version=5
indicator("Open Interest", "OI", format = format.volume)
bool overwriteSymbolInput = input.bool(false, "Override symbol", inline = "Override symbol")
string tickerInput = input.symbol("", "", inline = "Override symbol")
it builds a chart for Binance spot (!!) crypto pairs like ETHUSDT, SOLUSDT and I have no idea about value on the chart like ~300 M for SOLUSDT, and 160 M for ETHUSDT. It is not trading volume and there is no similar data for this pair on Binance. Please, help to clarify issue.
Review code, all the data from Binance for the trading spot pairs specified. No similar data, no ideas what it can be.