Lipi Reference Lipi

Types

chartPoint

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 / Members

time series int The x-coordinate of the point, expressed as a UNIX time value, in milliseconds.
index series int The x-coordinate of the point, expressed as a bar index value.
price series float The y-coordinate of the point.