I noticed that you are swapping from Jet to SQL. This has huge potential.
Q1. Are you storing all the data as UTCDataTme? It the data doesn't change as we move timezones & daylight savings this could make it so much easier.
OR are you streaming tick data, compressing it & saving as a blob. Giving ~97% space saving & way faster IO.
Q2. Is the database locked down or will we have the ability to query the tick data independently. Using SQL's Queues, Triggers, Views & tables may permit us to create some exceptionally powerful indicators.
I realise this would be unsupported.

Comment