Andrei
Pine Script Rookie
Pine Script Rookie
Posts: 1
Joined: July 30th, 2023

Standard TradingView OI indicator

When input override symbol for the standard OI indicator

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")
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.

Return to “Pine Script Q&A”