I would like to find the number of trades made during a Time Bar period...
Not the share or contract volume but the number of trades that made up the volume...
specifically the number of trades that happened in each 15 Minute Bar throughout the day... for each market that i am covering...
The higher the number of trades made compared to the acutal volume of shares or contracts gives me an understanding of the stability or instability of the liquidity present and how its being executed... and stability or instability of the trend over whatever time period measured
I know that i can use tick bars to easily calculate how many trades took place but i would like to collect data on how many trades (number of trades big or small) that took place on each 15 minute bar throughout the day...
Any ideas... ways to do this... am i missing something simple...
In a DDE or RTD spreadsheet feed most data vendors have the running total number of trades for each market instrument from the open and you can use a VB timing sub routine to grab the total on each 15 minute bar period in snapshot fashion throughout the day but i am looking for a less complicated way to get this data... and maybe even get back data... not possible with the DDE method...
cj...
Not the share or contract volume but the number of trades that made up the volume...
specifically the number of trades that happened in each 15 Minute Bar throughout the day... for each market that i am covering...
The higher the number of trades made compared to the acutal volume of shares or contracts gives me an understanding of the stability or instability of the liquidity present and how its being executed... and stability or instability of the trend over whatever time period measured
I know that i can use tick bars to easily calculate how many trades took place but i would like to collect data on how many trades (number of trades big or small) that took place on each 15 minute bar throughout the day...
Any ideas... ways to do this... am i missing something simple...
In a DDE or RTD spreadsheet feed most data vendors have the running total number of trades for each market instrument from the open and you can use a VB timing sub routine to grab the total on each 15 minute bar period in snapshot fashion throughout the day but i am looking for a less complicated way to get this data... and maybe even get back data... not possible with the DDE method...
cj...