OK, so after remming out that one line in the ODBC source code, a 1 min mixed database now correctly displays both intraday and daily candles. At this point, there's a small gotcha whereby intraday data needs to be populated first, followed by daily data, to prevent a scenario where the populator takes consolidated 1m data, turns it into a daily candle with a 9:30am timestamp, and trumps the actual 1m candle 9:30 data.
Basically preventing a somewhat corrupt database for intraday purposes. I can see I'm going to have to add some significant code to manage the conversion/consolidation of intraday data into EOD data on a regular basis, but it looks like I've got a working solution for the moment. My only dream would be if a better coder than I could add a "PutArray" and/or "UpdateArray" function to the ODBC code. Thanks to all for enduring my rants on the topic, and to TJ and the gang for such an awesomely extensible TA platform. -Dan
