Pine Script: how to hide `input` values from the chart?

Viewed 662

I have a number of inputs that include session ranges which tend to be long strings like "0930-1600:23456" that then all show up over the chart. While it's helpful to have these ranges configurable to make the script flexible, the clutter in the chart is tough to stomach and largely uninteresting to the user.

example of input clutter

Is there anyway of not having the inputs show up over the chart, just the plotted values (e.g. here the ones shown in yellow)?

If not, think of this as a feature request :)

1 Answers

At the moment, it's not possible to regulate what inputs are displayed in the status line from inside the script (there is the Show Indicator Arguments option if you right-click on any indicator, but it applies to all scripts).

I've passed your request to the Pine team, thanks!

Related