We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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]
The text was updated successfully, but these errors were encountered:
No branches or pull requests
(!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]
The text was updated successfully, but these errors were encountered: