I synch my time by schedule once a week, so the problem is somewhere else...
Looking at the data in the historical data manager it turns out that:
Minute - Last : First Bar of session is wrong with 0 for ohlc .
All ask, bid and tick data is correct.
The problem lies in the Last data for the first bar of the session, which is 7:51 in FDAX case.
In my view something gets wrong in your data managment routines setting the data for the first bar of a session.
Attached an image from the historical data manager. I hope it helps to fix.
P.S.
There is a bug when you edit historical data while connected: Below the self-explanatory trace
2010-03-22 08:05:17:683 in OnUnhandledThreadException
2010-03-22 08:05:17:715 ********* exception trapped *********
2010-03-22 08:05:17:715 The process cannot access the file 'C:\Users\Andreas\Documents\NinjaTrader 7\db\minute\FGBL 06-10\20100322.Last.ntd' because it is being used by another process.
2010-03-22 08:05:17:715 at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.File.Delete(String path)
at NinjaTrader.Data.HistoricalDataManager.SaveEdits()

Comment