Types
chartPoint
A single position on the chart, described by three fields: time carries when, index carries which bar, and price carries where on the price scale. All three fields are series, so a point built on one bar need not hold the same coordinates as one built on the next.
Fields / Members
time series int when the point sits, as a series int index series int which bar the point sits on, as a series int price series float where on the price scale the point sits, as a series float