PureBytes Links
Trading Reference Links
|
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
Content-Description: "AVG certification"
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.5.432 / Virus Database: 268.15.26/601 - Release Date: 12/24/2006 11:31 AM
|