I have 1-min chart and run the following exploration: Filter = 1; AddColumn( Open, "Open", 1.4 ); AddColumn( High, "High", 1.4 ); AddColumn( Low, "Low", 1.4 ); AddColumn( Close, "Close", 1.4 ); AddColumn( Volume, "Volume", 1.0 ); AddColumn( OpenInt, "Trades", 1.0 );
However, instead of rows of intraday data I'm only getting eod data: http://img411.imageshack.us/img411/863/12252006022253hr7.png Database Settings: - 1 minute - 6780 bars (I don't have eSignal, so 90000 shouldn't be needed) - hours: 09:30-16:14 and 16:15-09:29 - allow mixed/eod data: YES - show day sessison only Tnx