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