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)




"Version 4.0.0.2 has been working well for me and I appreciate that it is now a much tighter client to work with. I feel I can go to press with my own application and rely on a stable platform" - Comment from David in IA.
"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
"With HUGE volume on AAPL and RIMM for 2 days, everyone in a trading room was whining about freezes, crashes and lag with *******, RealTick, TS and Cyber. InvestorRT with IQFeed was rock solid. I mean SOLID!" - Comment from Public IRC Chat
"I would just like to say that IQFeed version 4 is running very well and I am very happy with its performance. I would also like to extend a big thanks for the fast and efficient help that I always receive. My questions and concerns are always addressed promptly. Way to go!" - Comment from Josh in CO.
"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 used to have *******, but they are way more money for the same thing. I have had no probs with data from DTN since switching over." - Comment from Public Forum Post
"It’s so nice to be working with real professionals!" - Comment from Len
"And by the way, have to say this. I love the IQFeed software. It's rock solid and it has a really nice API." - Comment from Thomas via RT Chat
"I am very happy I changed. I love the product, but more so I am thrilled with Tech Support. You are knowledgeable, polite, pleasant and professional." - Comment from Pat
"Can I get another account from you? I am tired of ******* going down so often" - Comment from George
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 »Feed reliability
Author Topic: Feed reliability (2 messages, Page 1 of 1)

sruff
-Interested User-
Posts: 5
Joined: May 12, 2005


Posted: May 12, 2005 12:06 PM          Msg. 1 of 2
This morning using the software I'm developing I subscribed to almost 600 symbol on the nasdaq. However it appears that at some point within the first hour, and perhaps from the beginning I started receiving ticks for only a small subset of the subscribed symbols. Is it possible for the server to just stop sending ticks for a subset of symbols? Do I need to detect this on my side and resubscribe?

I'm very pleased DTN is providing this service and making the SDK publicly available. However, I'm really struggling to get data reliably. I've had problems with corrupted data, never getting !ENDMSG!, total loss of ticks, and now partial loss of ticks.
I'm a professional software developer working full time. This is my own project that I'm working on on the side. I'm finding that I'm spending more time working on data issues than my trading strategy.

I realize I could have bugs in my code. However, I would like to know what data correction/error detection steps the DTN developers believe the client developer must implement to maintain a reliable feed with uncorrupted data, and minimal loss of ticks using the CURRENT SDK.

Thanks
Scott Ruff

sruff

dhakme
-DTN Evangelist-
Posts: 150
Joined: Sep 17, 2004


Posted: May 22, 2005 09:13 AM          Msg. 2 of 2
Scott,
You haven't had a response to your question for some time so I thought I'd try to help you out even though I didn't write the code that dealt with watching symbols.
The first thing you should check is the IQConnect status window. It will indicate the actual number of symbols being watched. We played around with the way watch requests were issued to get it to work well. To watch 1300 symbols we issue 650 watch requests sequentially without any pauses between requests. We then wait for up to 20 seconds for the watch confirmations and then we send the remaining 650 watch requests. This works well for us but you have to make sure your bandwidth and PC are up to it. If either is too slow then you will be unsuccessful with many of your watch requests or will get a lot of corrupt data. You should open the IQConnect status window and watch as the number of symbols being watched goes up as you do this. (This method works fine for internet connections of 1500kbps and faster. I haven't tested on slower connections). As a guess, you will probably need a 2.4GHz machine to handle your 600 symbols and some application processing.
Even after you manage to watch all the symbols you still risk getting a large number of corrupt packets if there is a bottleneck anywhere (bandwidth, cpu, etc). The IQConnect application doesn't handle buffering very well at all and will corrupt any symbol data that it can't keep up with. I recommend that you set up a separate thread to read the data from IQConnect as fast as possible and to buffer that data for your applications use. If you get a lot of corruption for specific symbols it's usually due to IQConnect and you can usually fix the problem by unwatching and rewatching that symbol.
IQ has been promising new client software for over 12months now that was meant to fix many of these bugs but I wouldn't hold my breath. It was due in Q1 but they never mentioned which year so your guess is as good as mine.
 

 

Time: Thu April 25, 2024 11:31 AM CFBB v1.2.0 12 ms.
© AderSoftware 2002-2003