Variables
syminfo.exchange
Returns the name of the exchange for the current symbol
Example
indicator(title="Exchange", overlay=true)
exchange = syminfo.exchange
bgcolor(exchange == "NSE" ? color.blue : exchange == "CME" ? color.red : exchange == "US" ? color.green : color.gray)
Type
simple string