Lipi Reference Lipi

Functions

chartPoint.new()

Creates a new chart.point object with the specified time, index, and price.

Syntax

                chartPoint.new(series int time, series int index, series float price) → series chartPoint
              

Arguments

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

Return Type

series chartPoint