Lipi Reference Lipi

Functions

chartPoint.from_time()

Builds a chart point from a time and a price. Both arguments are required. It is the time-based counterpart of chartPoint.from_index.

Syntax

                chartPoint.from_time(series int time, series float price) → series chartPoint
              

Arguments

time required series int the point's time, as an int
price required series float the point's price, as a float

Return Type

series chartPoint