Functions
chartPoint.from_time()
Returns a chart.point object with time as its x-coordinate and price as its y-coordinate.
Syntax
chartPoint.from_time(series int time, series float price) → series chartPoint
Arguments
time required series int The x-coordinate of the point, expressed as a UNIX time value, in milliseconds. price required series float The y-coordinate of the point. Return Type
series chartPoint