HellTanner
Pine Script Rookie
Pine Script Rookie
Posts: 2
Joined: June 28th, 2023

Indicator Title color?

Hi im trying to change the color of my Title "MY SCRIPT" so i can see it better on chart but failing
eg.
indicator(title="MY SCRIPT", overlay=true)//declare my indicator

Ive tried :
indicator(title="MY SCRIPT" , color=color.yellow, overlay=true)//declare my indicator
but didnt work
appreciate any assistance

Return to “Pine Script Q&A”