Variables
syminfo.root
The instrument's root.
Example
indicator(title="Root Symbol", overlay=true)
root = syminfo.root
plot(ta.sma(close, 14), color=root == "ES" ? color.green : color.orange)
Type
simple string Variables
The instrument's root.
indicator(title="Root Symbol", overlay=true)
root = syminfo.root
plot(ta.sma(close, 14), color=root == "ES" ? color.green : color.orange)
simple string