Lipi Reference Lipi

Variables

syminfo.symbol

The instrument's symbol, published separately from its ticker.

Example


          indicator(title="Symbol Display", overlay=true)
assetSymbol = syminfo.symbol
plotColor = assetSymbol == "AAPL" ? color.green : assetSymbol == "TSLA" ? color.red : color.blue
plot(close, title="Price", color=plotColor)
        

Type

simple string