Same problem as POst History bars, greater than 60 min, not accurate )
I am monitoring multiple Equity Stocks using VB. The program runs well for about an hour or so then the volume data goes haywire.
It seems to be just the NASDAQ stocks. NYSE appears to be OK.
Here are some data snapshots. The following list order is below.
(Symbol)
baritem.dtTime
baritem.dOpen
baritem.dClose
baritem.dVolume
esignal.RequestHistory(sSymbol, "d", 2, 1, 0, 1440)
Stock symbols that Do Not WORK.. (to name a few)
“ANTP” (as of 12:15 PM)
4/6/2005 - 12:00:00 AM (it would be nice to see the Tick Time here verses 12:00:00)
27.1
27.59
1261893 (Should be 561759)
“VEXP” (as of 12:20 PM)
4/6/2005 - 12:00:00 AM
13.05
12.8
7380568 (Should be 1639521)
I am monitoring multiple Equity Stocks using VB. The program runs well for about an hour or so then the volume data goes haywire.
It seems to be just the NASDAQ stocks. NYSE appears to be OK.
Here are some data snapshots. The following list order is below.
(Symbol)
baritem.dtTime
baritem.dOpen
baritem.dClose
baritem.dVolume
esignal.RequestHistory(sSymbol, "d", 2, 1, 0, 1440)
Stock symbols that Do Not WORK.. (to name a few)
“ANTP” (as of 12:15 PM)
4/6/2005 - 12:00:00 AM (it would be nice to see the Tick Time here verses 12:00:00)
27.1
27.59
1261893 (Should be 561759)
“VEXP” (as of 12:20 PM)
4/6/2005 - 12:00:00 AM
13.05
12.8
7380568 (Should be 1639521)
Comment