Hello,
With the help of the articles in the forum contributed by respected members, I tried to plot the histogram chart of both Volume and Delivery Volume , how ever when I look at weekly chart it doesn't see to be comprehendable. Is there any better way of presenting the data for easy comprehension of volume? Is it better to plot Total Volume as 100 and take the delivery as % of Total volume to plot the chart? Or Plotting % of Delivery for each histogram?
Volume represents Total Volume of the day and delivery volume representes the quantity of Total volume marked for delivery.
You are storing your "Delivery Volume" data in Openinterest field of your database.
Please be aware of the difference in the way these Volume and Openinterest fields behave when your periodicity is higher than the Base Periodicity of your database:
Volume is Accumulated/Aggregated for All the underlying Database records, where as OpenInterest is only for the Last Database Record. Let me explain with the help of an example:
Let's say that the volume for the Seven Days of the week are:
100, 200, 150, 200, 150, 200, 120
and the Delivery Volume for the Seven Days are:
50, 120, 80, 100, 90, 120, 70
When you see weekly charts the Volume will be 1120
and the Delivery Volume will be 70 (Not 630)
As a Solution, you may want to store your Delivery Volume in one of AUX fields and have appropriate setting in File > DataBase Settings > Intraday Settings > Aux1,2 Aggregation mode (Select Sum here)
Thank you for sharing your inputs. I was not aware of this aggregation behavior of Open Interest Field. Is there any way I could change the previous data from Open interest Field to Aux1?