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)




"I like you guys better than *******...much more stable and a whole lot fewer issues." - Comment from Philip
"Just a quick one to say I'm very impressed so far :) The documentation for developers is excellent and I've quickly managed to get an app written to do historical downloads. The system is very robust and pretty quick considering the extent of data that's available. The support guys have been very helpful too, in combination with the forums it's been plain sailing so far!" - Comment from Adam
"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
"Awesome response, as usual. It is a sincere and refreshing pleasure to do business with DTN, compared to your competition." - Comment from Ryan
"DTN feed was the only feed that consistently matched Bloomberg feed for BID/ASK data verification work these past years......DTN feed is a must for my supply & demand based trading using Cumulative Delta" - Comment from Public Forum Post
"I noticed that ******* quotes locked up shortly after the interest rate announcement yesterday while yours stayed stable." - Comment from Ron in Utah
"You have an excellent product !!!!!!" - Comment from Arely
"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
"Boy, probably spent a thousand hours trying to get ******* API to work right. And now two hours to have something running with IQFeed. Hmmm, guess I was pretty stupid to fight rather than switch all this time. And have gotten more customer service from you guys already than total from them… in five years." - Comment from Jim
"If you are serious about your trading I would not rely on IB data for serious daytrading. Took me a while to justify the cost of IQ Feed and in the end, it's just a 2 point stop on ES. Better safe than sorry" - Comment from Public Forum
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) »Data and Content Support »problems retrieving historical data for msft
Author Topic: problems retrieving historical data for msft (37 messages, Page 2 of 2)

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 23, 2006 05:11 PM          Msg. 31 of 37
ahhhhh, I guess that contract expired....

You might change the symbols that end in G6 to end in H6 instead...

-steve

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 23, 2006 05:44 PM          Msg. 32 of 37
ooops, I noticed in an earlier post that I said I had set logging registry value to
1, but in fact the error shows up only when it is set to 0, probably because of
the speed issue.

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


Posted: Jan 24, 2006 09:36 AM          Msg. 33 of 37
I did some remote testing this morning and I am still getting good data and complete requests for all of the symbols requested

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 24, 2006 05:56 PM          Msg. 34 of 37
I have created a newer version of my application, which shows consistent
errors on my machine. Please try this newer version, which
finds more of the errors.

If anyone else has java installed and can try this on their machines, that would
also be appreciated.

http://www.softwaretruth.com/stevek/dtn/DtnControllerSimple.java

(I also uninstalled my iqfeed 4.1.0.0 beta installation and re-downloaded
and re-installed, but no change was evident.)

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


Posted: Jan 25, 2006 09:22 AM          Msg. 35 of 37
I am still not recieving any errors.

I have run through it 4 times from my local machine as well as 4 more times from a remote location. All requests completed and no errors were reported.

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 25, 2006 09:46 AM          Msg. 36 of 37
well that is disappointing.

it sounds to me like we need to turn on logging
of the iq app, so that we can trace the problem back.

Where do you stand in getting a version of
the iq connection manager which logs faster,
by not closing and reopening the log every time?

skearns23
-Interested User-
Posts: 37
Joined: May 19, 2004


Posted: Jan 25, 2006 10:24 AM          Msg. 37 of 37
A Workaround Seems To Have Been Found!!!!

When I replaced :

mSinSocket.connect(new InetSocketAddress(InetAddress.getLocalHost(), 9100));
which actually connects to my internet address on the local lan: "192.168.1.100"
with :

mSinSocket.connect(new InetSocketAddress("127.0.0.1", 9100));

it all magically started working consistently.

I even have a theory how this could trigger a bug in dtn's code.
In an earlier message I pointed out that most programmers wrongly
think that they will receive a full line of data when they read from a socket.
Even if the sender of the data sends a full line, there is in fact no guarantee
that this will happen. So one possibility is that connecting to
"192.168.1.100" takes a bit longer, routes through a router, etc.. which
can cause a less than full line to occasionally come through; since
the dtn app is probably not expecting this, it gets misparsed and havoc results.

Another, less likely possibility is that my router or msft's ip stack is messing up
loopback connections. But this is inconsistent with the fact that it only happens
with HX (tick data requests).

In any case, I am glad to be thru this horrific experience lasting 6 months, which I wasted
100's of hours on. It would be nice if dtn would compensate me for their
bug with several months of free service.
 
Page 2 of 2 Go to page: · 1 · [2] · Prev

 

Time: Mon May 20, 2024 10:12 AM CFBB v1.2.0 11 ms.
© AderSoftware 2002-2003