Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

pine-script

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 :)

like image 230
tantrix Avatar asked Oct 28 '25 04:10

tantrix


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!

like image 53
beeholder Avatar answered Oct 30 '25 15:10

beeholder



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!