Variables
year
Current bar year in exchange timezone.
Example
indicator(title="Year Example", overlay=true)
currentYear = year
plot(currentYear, title="Year", color=color.blue)
Type
series int Variables
Current bar year in exchange timezone.
indicator(title="Year Example", overlay=true)
currentYear = year
plot(currentYear, title="Year", color=color.blue)
series int