Conditional label. Create a boolean input to turn the label display on an off, then place the function call in an if statement ShowLabel = input(defval=true, title="Show Label", type=input.bool) f_print(_text) => var _label = label.new(time, y=na, text=_text, xloc=xloc.bar_time, yloc=yloc.price, col...