For PineScript V6
Goal: To loop through all of the inputs assigned to a specified group, then perform specific actions based on the value of each input in that group.
I know I can build a custom array and initialize it with all of the inputs assigned to that group. So my question is, does PineScript already provide a collection of inputs that we can reference? And then loop through that collection without having to build them into a custom array?
I searched the language reference and did not find anything to indicate that PineScript provides built-in collections of any object type (aside from the obvious... candles on the chart). So perhaps I just haven't figured out where to look?