How exactly would it work and how would it benefit the tick chart drawing?
If I understand this correctly, the proposal is to just return the same data as is being returned now (1 minute OHLC data for example) and add # of trades in that 1 minute period to the returned data. Right?
If so, how exactly would this be used for tick charts? The info is not enough to determine how many trades were at a given price, nor is it enough to tell which ticks at which price came first.
Right now we do two types of backfill:
1) 1 minute OHLC - we just add 4 points for every 1 minute bar - one at O, H, L, C and assign 1/4 the volume of that bar to each of the 4 points.
2) Tick backfill where 1 record is returned for every tick - we just store what is returned.
The proposed solution would make it so the chart would have the correct # of ticks and thus tick candles, but the range of the candles would be arbitrary.
I guess I would like to hear from the techie users who utilize tick charts before adding my endorsement of this idea.
Jerry Medved
http://www.quotetracker.com