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
"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
"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
"Thanks for the great product and support. During this week of high volume trading, my QuoteTracker + IQ Feed setup never missed a beat. Also, thanks for your swiftness in responding to data issues. I was on ******* for a few years before I made the switch over early this year, and wish I had done it a long time ago." - Comment from Ken
"I just wanted to let u know that your data feed/service is by far the best!!! Your unfiltered tick data is excellent for reading order flow and none of your competitors delivers this quality of data!" - Comment from Peter via Email
"It’s so nice to be working with real professionals!" - Comment from Len
"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
"Very impressed with the quality of your feed - ******* is a real donkey in comparison." - Comment from A.C. via Email
"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
"Previously I was using *******. IQFeed is WAY more economical, and for my charting needs is just as good, if not better." - Comment from Public Forum Post
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
Viewing User Profile for: newoleg1
About Contact
Joined: Oct 29, 2007 08:10 PM
Last Post: Feb 24, 2009 11:40 PM
Last Visit: May 26, 2009 10:00 AM
Website:  
Location:
Occupation:
Interests:
Avatar:
AIM:
ICQ:
MSN IM:
Yahoo IM:
Post Statistics
newoleg1 has contributed to 11 posts out of 21196 total posts (0.05%) in 6,048 days (0.00 posts per day).

20 Most recent posts:
Data and Content Support » S&P 500 Premium Feb 24, 2009 11:40 PM (Total replies: 2)

Thank you Jay for clarification.
I have some small question: what is the time interval between snapshot and S&P index message (how many seconds)?
Thank you in advance

Data and Content Support » S&P 500 Premium Feb 22, 2009 09:22 AM (Total replies: 2)

Hi,
Could you describe how IQFeed calculate S&P 500 premium.
This SP-PREM.Z comes every 15 seconds so you take index value from snapshot at some time and what the ES price do you take to calculate the premium? Bid/Ask, last price or some average and what the time?
Thank in advance

Data and Content Support » Bid / Ask Feb 22, 2009 08:54 AM (Total replies: 3)

Hi Jay,
It is very interesting topic. I did some research this problem on your real time ticks a year ago and still confused.
Some times in trade message ("t" message) price outside bid/ask price - for example trade was above ask. I even look in information massages ("a","b") prior this trade message. but they do not post ask that equal trade price. I still see this type of trades 10-100 times per day

Jay, could you give more details?


It is just my question. How I can destroy IQFeeddY without destroying the form?


Hi Steve,
1. how I can force to drop all connection to IQConnect from code
2. how I can restart it again (call IQFeedY1.RegisterClientApp(ProdID, ProdKey, ProdVersion) ?)
Oleg


For example I connected using IQFeedY1.RegisterClientApp(ProdID, ProdKey, ProdVersion) and for some reason I do not get quote from DTN. So I want to shot down IQConnect and restart it again from VB code.

Sometimes ago I tried using IQFeedY1.RemoveClientApp() and then call IQFeedY1.RegisterClientApp(ProdID, ProdKey, ProdVersion) again but it seems does not work.
Thanks
Oleg

IQFeed Developer Support » Bug in statistical calculation Oct 30, 2007 09:29 PM (Total replies: 8)

Thanks

IQFeed Developer Support » Bug in statistical calculation Oct 30, 2007 09:11 PM (Total replies: 8)

Jay,
Please clarify how your statistic works for intraday chart.
Correct me if I am wrong.
Every 5 second you takes market snapshot and look for advance stocks (in compare with yesterday closing price, is it correct?). Sum of these stocks is IINA.Z, is it correct?
Also you count all shares of these stocks start from the market opening (is it correct?) and sum of these shares is VINA.Z. And so on.

You repeat this calculation in five second.
Is it correct?

Oleg

IQFeed Developer Support » Bug in statistical calculation Oct 30, 2007 08:20 PM (Total replies: 8)

Jay,
Ii is not the case. 100,000 will not change anything. It is already contributed to VIND.Z and it must belong to VIND.Z forever. After stock becomes advance you have to add 20,000 shares to VINA.Z.
This statistic works in this way. Open please any serious book and look on it.
Let return back to your intraday calculation. You send these tickers every 5 second.
So you have to find how many stocks advance for this 5 second (for example 10 stocks) and add these 10 stocks to previous value of IINA.Z, so new IINA.Z will be larger on 10 than IINA.Z 5 second before.
The same for IIND.Z for decline stocks, and IINU.Z for stocks that does not change during 5 second.
Also for the volume, for 10 advance stock you have to count how many shares was trade for 5 second period and add them to VINA.Z. So all previous traded shares (before the 5 second interval) does not change any value. And so on

Oleg

IQFeed Developer Support » Bug in statistical calculation Oct 30, 2007 04:55 PM (Total replies: 8)

Jay,
For NYSE I used 8 symbols:
IINA.Z, IIND.Z, IINU.Z, IINT.Z, VINA.Z, VIND.Z, VINU.Z, VINT.Z

Example was for VIND.Z

More over I did look yesterday and see another example: for two consecutive times when
VINT.Z for both time is equal but VINA.Z and VIND.Z is different. Never the less sum:
VINA.Z+VIND.Z+VINU.Z
for each time is practically equal to VINT.Z (1 or 2 differents, I think with this is a round error).

That is another error because in to consecutive time VIND.Z can not be the same if VINA.Z or VIND.Z are different. More over I did check time stamp for all 8 symbols, so they belong to correct sets

Oleg

IQFeed Developer Support » Bug in statistical calculation Oct 29, 2007 08:28 PM (Total replies: 8)

Hi,
I see the bug in the statistical calculation for advance/decline/unchanged issues/volume for NYSE.
Advance/decline/unchanged issues/volume suppose to be cumulative variables but very often previous value can be large the current one:
Example:
For 10/29/2007:
Time 9:36:05
Decline volume=12766
In previous time interval (9:36:00)-decline volume was 12911
(Time is your time stamp).

It is plenty similar examples for other variables and by the way for other markets
Could you explain what the problem is?
Oleg


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