I have a pinescript array declared like this;
var array_contents = array.new_float(2)
Assume that the contents of this array have been assigned.
How can I view the contents of each element in the array in pinescript? I am open to any method (printchar(), plot(), table.new()
etc)
I am using pine-script v5