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 cannot believe what a difference it makes trading with ProphetX!" - Comment from Bruce in Los Angeles
"I have been using IQFeed now for a few years in MultiCharts and I have zero complaints. Very, very rare to have any data hiccups or anything at all go wrong." - Comment from Public Forum
"I'm satisfied with IQFeed. It's the most reliable and fastest quote feed I have ever used. Although I'm a resident in China, it's still very fast!" - Comment from Xiaofei
"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
"I started a trial a few weeks back before the market went wild. DTN.IQ didn’t miss anything and beat my other provider. I decided to stay with you because of the great service through all the volatility." - Comment from Mike
"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
"For anyone considering using DTN.IQ for a data feed, my experience with the quality of data and the tech support has been very positive." - Comment from Public Forum
"I had always used ******* but for the past 2 weeks have been trying DTN IQFeed. Customer support has been extraordinary. They call just to make sure your problem hasn't recurred." - Comment from Public Forum
"Just a thank you for the very helpful and prompt assistance and services. You provided me with noticeably superior service in my setup compared to a couple of other options I had looked at." - Comment from John
"Thank God for your Data Feed as the only Zippers I see are on my pants (LOL), and no more 200 pip spikes to mess up charts." - Comment from Spiro via Email
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 »Cannot connect to anything but 127.0.0.1
Author Topic: Cannot connect to anything but 127.0.0.1 (3 messages, Page 1 of 1)

ers811
-Interested User-
Posts: 13
Joined: Mar 4, 2010


Posted: Mar 28, 2010 10:30 PM          Msg. 1 of 3
I'm working with a 500 symbol limit, but there's no way a single computer will handle all the processing of various strategies. They have always been run from different machines in the office. Since I can't load the Connection Manager more than once, I'm trying to just use 1 connection in the house and let a few trading apps connect through it.
I tried this without success:

adminSocket = new Socket(AddressFamily.InterNetwork, SocketType.Stream, ProtocolType.Tcp);
IPAddress ip = IPAddress.Parse("192.168.1.101");
RegistryKey key = Registry.CurrentUser.OpenSubKey("Software\\DTN\\IQFeed\\Startup");
int port = Convert.ToInt32(key.GetValue("AdminPort", "9300").ToString());
IPEndPoint iq_serv= new IPEndPoint(ip, port);
adminSocket.Connect(iq_serv);

The connection manager is running, but it refuses the connection. Does it refuse connections from anything but localhost?

I understand the potential for abuse, but could this be opened up to at least 192.168.x.x addresses so we can actually use our symbol limit?

If we have a machine that runs a strategy on only 20 or 30 symbols, do we need to pay for another login?

Thanks!
Eric

DTN Todd
-Interested User-
Posts: 74
Joined: Mar 24, 2010


Posted: Mar 29, 2010 12:14 AM          Msg. 2 of 3
We will look into your request and let you know what we are able to determine

Todd DTN

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


Posted: Mar 29, 2010 11:18 AM          Msg. 3 of 3
Due to restrictions against redistribution of data, IQConnect is required to restrict connections to the local machine. We (Telvent DTN) have products that are better designed for redistribution but as you can imagine, they are far more expensive than IQFeed.

It is certainly possible to process the datafeed for 500 symbols on a single machine without problems. Of course I can't make any guesses as to the processing required for your strategies.

It sounds like you will need to either use a single machine to process the feed or purchase multiple logins to distribute the workload over multiple machines.
 

 

Time: Sun May 19, 2024 12:18 AM CFBB v1.2.0 12 ms.
© AderSoftware 2002-2003