One end of an indicator drawing: a time on the shared axis, a price on the pane's scale.

interface DrawAnchor {
    price: number;
    time: number;
}

Properties

Properties

price: number
time: number