interface CandleUpdate {
    bar: Bar;
    isNew: boolean;
}

Properties

Properties

bar: Bar
isNew: boolean

True when this tick started a new interval bar (append vs mutate-in-place).