Bid volume, ask volume and actual trading volume
Posted: Sat May 11, 2019 5:17 pm
Exporting data in the tick format, I get the bid volume and the ask volume.
Exporting data in bar format, I get the volume column.
Trying to understand the relationship between the two:
1. Are "bid volume" and "ask volume" actual trading volumes, or just the volume or orders in the order book, for the bid and prices?
2. How can I know what is the actual trading volume for a given time period (using the tick csv alone)? Comparing the exported tick csv and bar csv files, it looks like the volume in the bar csv is computed by summing only the BID VOLUME in the tick csv. Why is that?
Exporting data in bar format, I get the volume column.
Trying to understand the relationship between the two:
1. Are "bid volume" and "ask volume" actual trading volumes, or just the volume or orders in the order book, for the bid and prices?
2. How can I know what is the actual trading volume for a given time period (using the tick csv alone)? Comparing the exported tick csv and bar csv files, it looks like the volume in the bar csv is computed by summing only the BID VOLUME in the tick csv. Why is that?