PDA

View Full Version : OnMarketData Time is not accurate


OnePutt
12-23-2007, 12:25 PM
The time returned with OnMarketData is the time of the current bar. Should it not match the time printed in Time and Sales and not be tied to the bar time on the chart?

I didn't test it but I suspect OnMarketDepth may have the same issue.

NinjaTrader_Josh
12-23-2007, 12:43 PM
What are you using to print the time? Are you using Time[0]? You would want to use e.Time instead.

OnePutt
12-23-2007, 12:52 PM
Oops! That was it. Thanks for the quick reply.......