chart.point - Pine Script Type
chart.point
Section titled “chart.point”Overview
Section titled “Overview”Keyword to explicitly declare the type of a variable or parameter as chart.point. Scripts can produce chart.point instances using the chart.point.from_time, chart.point.from_index, chart.point.now, and chart.point.new functions.
Fields
Section titled “Fields”- index (series int) The x-coordinate of the point, expressed as a bar index value.