Skip to content
Algo Trade Analytics Docs

chart.point - Pine Script Type

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.

  • index (series int) The x-coordinate of the point, expressed as a bar index value.