i’m trying to remove the percentage sign from displaying on my chart, below is the code that needs changing.
if show_open_high == true
label.new(current_bar_index, h + distance, style = label.style_none, text = (positive_sign) + str.tostring(above_perc, format = format.percent), textcolor = open_high_color)//, yloc = yloc.abovebar)
Please help, thank you!
I tried different formats none were displaying properly
Samir Rayes is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.