Lipi Reference Lipi

Functions

chartPoint.from_index()

Returns a chart.point object with index as its x-coordinate and price as its y-coordinate.

Syntax

                chartPoint.from_index(series int index, series float price) → series chartPoint
              

Arguments

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