'How to create a new tab on Indicator Settings Panel and order inputs there? V5

I have too many inputs for my indicator I develop so some certain important inputs are harder to find. (E.g. experimental or debugging variables.) This makes the Settings Panel too high so it covers the chart, possibly covering anomalies I'd like to identify and eliminate (thus we need to drag it here and there).

Is there a way to open new tabs and place certain inputs there? Tabs on Indicator Settings Panel

For example like this syntax:

input.bool(false, title="Experimental Thingy Switchy", group="Experiments", tab="Experiments")
input.float(1, title="Experimental Variable I'd need a coffee to know what should be", tab="Experiments")


Solution 1:[1]

No, it is not possible. You can group them but you have already done that.

Other than that, think about if you really need every input you have.

Can you use one input to do multiple things maybe?

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 vitruvius