Join the 80,000 other DTN customers who enjoy the fastest, most reliable data available. There is no better value than DTN!

(Move your cursor to this area to pause scrolling)




"Everything is working great ! Very impressive client. The news refreshes better and is more pertinent than the ******* feed I paid $ 100/month for. I Also like the charts a lot." - Comment from Leon
"I've never had DTN go out on me since switching. ******* would go down a couple times every month when I was using them." - Comment from Bryce in AL.
"I am a hedge fund manager here. It’s funny, I have a Bloomberg terminal and a Bridge feed, but I still like having my DTN feed!" - Comment from Feras
"I cannot believe what a difference it makes trading with ProphetX!" - Comment from Bruce in Los Angeles
"If someone needs the best quality data and backfill beyond what their broker provides at a rate that is the best in the industry, I highly recommend IQFeed." - Comment from Josh via Public Forum
"Everything is working amazing now. I'm already impressed with the true-tick feed of IQFeed and it's ability to support my 480 symbol layout." - Comment from Tyler via Email
"I "bracket trade" all major news releases and I have not found one lag or glitch with DTN.IQ feed. I am very comfortable with their feed under all typical news conditions (Fed releases, employment numbers, etc)." - Comment from Public Forum
"I just wanted to let you know how fast and easy I found it to integrate IQFeed into our existing Java code using your JNI client. In my experience, such things almost never go so smoothly - great job!" - Comment from Nate
"I was with ******* for 4 years at $230 a month, this is a huge savings for me, GOD BLESS YOU PEOPLE," - Comment from T.S. via Email
"Thanks for all of your help. Great customer service deserves to be recognized which one the reasons I've been a customer of DTN for over 10 years!" - Comment from Stuart
Home  Search  Register  Login  Recent Posts

Information on DTN's Industries:
DTN Oil & Gas | DTN Trading | DTN Agriculture | DTN Weather
Follow DTNMarkets on Twitter
DTN.IQ/IQFeed on Twitter
DTN News and Analysis on Twitter
»Forums Index »Archive (2017 and earlier) »IQFeed Developer Support »Missing a Whole Day of Data?
Author Topic: Missing a Whole Day of Data? (6 messages, Page 1 of 1)

swhitney
-Interested User-
Posts: 21
Joined: Nov 3, 2005


Posted: Dec 7, 2005 11:49 PM          Msg. 1 of 6
My charting app works perfectley fine during the day and into the the evening when requesting historical data...

But about midnight EST I lose the 2nd to last day of data...

I am using asynch sockets and the data output you see here is the data chunk returned.
I parsed out the open price and the date part for clarity..

Is it me?



days, 10
interval 15 minute
1255.00, 2005-12-08 00:45:00
1255.00, 2005-12-08 00:30:00
1254.50, 2005-12-08 00:15:00
1255.25, 2005-12-08 00:00:00
1265.25, 2005-12-07 00:00:00
1265.25, 2005-12-06 23:45:00
1265.25, 2005-12-06 23:30:00
1265.25, 2005-12-06 23:15:00
1265.25, 2005-12-06 23:00:00
1265.75, 2005-12-06 22:45:00
1265.75, 2005-12-06 22:30:00
1265.75, 2005-12-06 22:15:00
.......many more bars

swhitney
-Interested User-
Posts: 21
Joined: Nov 3, 2005


Posted: Dec 8, 2005 12:09 AM          Msg. 2 of 6
I have checked this all the way back to the Socket Async CallBack...

And the result is the same.

It is as if the day(12/07/05) doesnt exist other than the midnight print...


2005-12-08 01:15:00,1255.25,1255.25,1255.25,1255.25,12441,62
2005-12-08 01:00:00,1255.50,1255.00,1255.00,1255.25,12379,231
2005-12-08 00:45:00,1255.25,1254.75,1255.00,1255.00,12148,104
2005-12-08 00:30:00,1255.25,1255.00,1255.00,1255.00,12044,180
2005-12-08 00:15:00,1255.25,1254.25,1254.50,1255.25,11864,425
2005-12-08 00:00:00,1255.25,1254.25,1255.25,1254.50,11439,518
2005-12-07 00:00:00,1265.25,1265.25,1265.25,1265.25,3962,15
2005-12-06 23:45:00,1265.50,1265.25,1265.25,1265.25,3947,35
2005-12-06 23:30:00,1265.50,1265.25,1265.25,1265.25,3912,14
2005-12-06 23:15:00,1265.50,1265.25,1265.25,1265.25,3898,10
2005-12-06 23:00:00,1265.50,1265.25,1265.25,1265.25,3888,119
2005-12-06 22:45:00,1265.75,1265.50,1265.75,1265.50,3769,50
2005-12-06 22:30:00,1265.75,1265.75,1265.75,1265.75,3719,6
2005-12-06 22:15:00,1266.00,1265.75,1265.75,1265.75,3713,67
2005-12-06 22:00:00,1265.75,1265.50,1265.50,1265.50,3646,56
2005-12-06 21:45:00,1265.75,1265.50,1265.75,1265.75,3590,8
2005-12-06 21:30:00,1265.75,1265.75,1265.75,1265.75,3582,45
2005-12-06 21:15:00,1266.00,1265.50,1266.00,1265.75,3537,80
2005-12-06 21:00:00,1266.00,1265.75,1266.00,1266.00,3457,26
2005-12-06 20:45:00,1266.00,1265.75,1265.75,1266.00,3431,149
2005-12-06 20:30:00,1266.00,1265.75,1265.75,1265.75,3282,50
2005-12-06 20:15:00,1266.00,1265.75,1265.75,1266.00,3232,55



swhitney
-Interested User-
Posts: 21
Joined: Nov 3, 2005


Posted: Dec 8, 2005 06:33 PM          Msg. 3 of 6
I wonder if this had somthing to do with the rollover...

DTN_Steve_S
-DTN Guru-
Posts: 2093
Joined: Nov 21, 2005


Posted: Dec 9, 2005 08:41 AM          Msg. 4 of 6
Hello Scott, Is this an issue that just happened the night in question or is it a reoccuring problem?

Is this something that is happening for all symbols or is there a specific symbol?

I was unable to get these same results you were today but it seems you do not have this issue during the day either. Is that correct?

Can you give an approximate time that it Stopped working?

Any other information you can provide will help us identifying the issue and hopefully prevent it in the future.

Thanks,
Steve

swhitney
-Interested User-
Posts: 21
Joined: Nov 3, 2005


Posted: Dec 14, 2005 10:17 AM          Msg. 5 of 6
Steve,

Sorry for not posting back sooner. It is did not reoccurr.

It only happened on the day of the rollover and the symbol was a wild card.

I will double check tonite...but I have not seen it since.

Notice that the missing day is the day before the roll or the Wednesday before the second Thursday...ES,NQ,YM etc

Incidentally I have noticed inconsistent behaviour using wildcard futures symbols and have since abandoned them all together.

Scott

DTN_Natalie_H
-DTN Evangelist-
Posts: 175
Joined: May 10, 2004

DTN Market Access, LLC.


Posted: Dec 15, 2005 11:00 AM          Msg. 6 of 6
Scott,

The continuous contract (wildcard) functionality is still in BETA. We are aware of, and working to fix the issues with that functionality. Thanks!

Natalie

Natalie Hannan DTN Market Access, LLC.
 

 

Time: Fri April 26, 2024 6:45 AM CFBB v1.2.0 8 ms.
© AderSoftware 2002-2003