Hello @sujith Total volume traded value will always increase, not decrease. What I have observed is that the volume traded is reduced. How is it possible? Is it a glitch, or what I observed is wrong? Also, sometimes the same value is duplicating multiple times. What is the reason for all this?
I just checked ticks log for the mentioned instrument and timestamp. The volume are in the correct order as per the exchange timestamp. eg: Volume1: 182324200 is at "2024-11-19T15:20:01" Volume3: 182324200 is at "2024-11-19T15:20:02" Volume2: 182337150 is at "2024-11-19T15:20:02" Volume4: 182342725 is at "2024-11-19T15:20:03" As, you can see vol 3, and vol 2, came at the same seconds, but in the correct order. You should store it accordingly in your db/store.
@rakeshr I have checked with TrueData ticks. I am using both Kite and Truedata, the same code I am using with Truedata, and I have been checking for 1 hour, and I am sure I am not getting volume-decreasing issues with Truedata.
I am converting to Unix timestamp before storing any ticks, so Unix is so accurate and giving it as a score, so no way it shows out of order.
eg: Volume1: 182324200 is at "2024-11-19T15:20:01"
Volume3: 182324200 is at "2024-11-19T15:20:02"
Volume2: 182337150 is at "2024-11-19T15:20:02"
Volume4: 182342725 is at "2024-11-19T15:20:03"
As, you can see vol 3, and vol 2, came at the same seconds, but in the correct order. You should store it accordingly in your db/store.
I am converting to Unix timestamp before storing any ticks, so Unix is so accurate and giving it as a score, so no way it shows out of order.