Just a workaround idea:Gentlemans from the IB please add the callback tickPrice time Stamp! Or will make a new callback kind of LastPrice(double price, string DataTime) as the tickPrice!
marsman, it doesn't work see above ...Just a workaround idea:
You could add the ticktime yourself immediately when you get the tickPrice...
which posting number do you mean?marsman, it doesn't work see above ...
Come on man, it seems you don't know what a bar is. A bar is a consolidation of a timeframe, it can be built only after the barsize in units of time.I want to get the tick price with date and time, for correct charting!
IB ignores the fact that between client and IB's server may be some delays and provides tick prices without date and time or provides data via RealTimeRars having a delay of 5 second (Why more 5 seconds, but not less than a second?).
We have alredy talked about this above, this's IB's a bad. If IB add date-time stamp in the PriceTick (or last price) we don't have this a problem!
I don't get the whole issue...
Firstly... who uses 5sec bars? Really? What are you trying to achieve with 5sec bars?
If you want to create your own bar, just get the historical data... which has time stamps and then create the new bar with real time data ticks... I don't see how that can be incorrect