Volume chart #36
Unanswered
Klemencina
asked this question in
Q&A
Replies: 1 comment 8 replies
-
As the chart shows, the volume "V" is zero, so please check your data, is it set properly? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to display volume candles(every x volume a new candle starts). When alot of volume comes threw multiple candles can be created in seconds. While sometimes it takes a few minutes to create a candle. When i add the candle data the chart looks like this.

Is there a way to fix this?
Edit
The data:
[1672276087829, 16560.8, 16560.8, 16560.0, 16560.0, 0],
[1672276173154, 16559.9, 16561.2, 16558.7, 16561.2, 0],
[1672276210262, 16561.3, 16570.0, 16561.3, 16568.7, 0],
[1672276241300, 16568.6, 16570.0, 16567.5, 16570.0, 0],
[1672276257256, 16569.9, 16570.0, 16561.8, 16563.9, 0],
[1672276330174, 16563.8, 16563.9, 16560.0, 16563.0, 0],
[1672276448840, 16563.1, 16572.1, 16563.0, 16572.1, 0],
[1672276457317, 16572.0, 16572.1, 16563.0, 16563.9, 0]
Beta Was this translation helpful? Give feedback.
All reactions