Skip to content

Issue with update_tick in dc_core.js #299

@matthew-nguyen-20032023

Description

(!important) When a new tick is added to ohlcv and has the next interval, it's the open price should be the close price of the previous tick

in src/helpers/dc_core.js line 204

let nc = [t, tick, tick, tick, tick, volume] should be let nc = [t, last[4], tick, tick, tick, volume]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions