Lipi Reference Lipi

Functions

chartPoint.new()

Builds a chart point with all three of its fields given: a time, a bar index and a price. All three arguments are required. Use one of the narrower constructors where you have only two of the three.

Syntax

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

Arguments

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

Return Type

series chartPoint