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)




"This is an excellent value, the system is generous (allowing for 500 stocks) and stable (and really is tick-by-tick), and the support is fantastic." - Comment from Shirin via Email
"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
"I've been using IQFeed 4 in a multi-threaded situation for the last week or two on 2600 symbols or so with 100 simultaneous daily charts, and I have had 100% responsiveness." - Comment from Scott
"You have an excellent feed. Very few spikes for Spot Forex." - Comment from Public Forum Post
"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
"Can I get another account from you? I am tired of ******* going down so often" - Comment from George
"Thanks for following up with me. You guys do a great job in tech support." - Comment from Phelps
"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 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'm very glad I switched to IQFeed. It's working perfectly with no lag, even during fast market conditions." - Comment from Andy 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) »DTN.IQ Client Software Support »DTNIQ DDE/Excel - any way to get minute volume data, vs. just tick ?
Author Topic: DTNIQ DDE/Excel - any way to get minute volume data, vs. just tick ? (9 messages, Page 1 of 1)

AMA
-DTN Evangelist-
Posts: 183
Joined: Aug 1, 2007


Posted: Nov 18, 2011 08:57 AM          Msg. 1 of 9
Hi - I've been using the DDE interface to Excel in DTNIQ for some time now and it works very well

Next on the list is to capture minute volume for various stocks and equity options. For example,
I might want minute volume data for a Dec APPL 400 call option.

I can get tick data for this via the DDE 'Tick Vol' parameter but I don't see any 'Minute Vol' type parameter. The closest thing to what I want is the 'Volume' parameter, which gives cumulative total daily volume, but I'd have to do a series of comparisons each minute to extrapolate the previous minute's volume. Not exactly what I'm looking for.

DTNIQ Time&Sales tick windows provide this value, which is great, but I want get this number into Excel for number crunching.

Any ideas on this one ??

Thanks...

DTN_LorenF
-DTN Technical Support-
Posts: 228
Joined: May 11, 2004


Posted: Nov 18, 2011 09:55 AM          Msg. 2 of 9
AMA
The Field 'Tick Vol' will display the trade volume per tick/trade. This may be what your looking for.

DTN_Jay_Froscheiser
-VP, Product Operations-
Posts: 1746
Joined: May 3, 2004

DTN IQFeed/DTN.IQ/DTN NxCore


Posted: Nov 18, 2011 10:20 AM          Msg. 3 of 9
AMA,

To clarify, The DTN.IQ DDE interface only provides access to streaming data. Thus, you are right that you would need to code something in VBA to capture/build the minute interval volume. In order to get the interval volume from the server, you would need to use a 3rd party app such as XLQ or QuoteIN. The other option would be to take a look at the DDE functionality within ProphetX. With its DDE, you can access interval data as well from the "Tabular" display. Just enter the symbol and interval like you do for a chart. Then you can right click and Format a DDE link from the display. This data won't dynamically update in Excel, but it will automatically load it into Excel and may provide what you are looking for.

Jay Froscheiser
Telvent DTN

AMA
-DTN Evangelist-
Posts: 183
Joined: Aug 1, 2007


Posted: Nov 18, 2011 11:12 AM          Msg. 4 of 9
Jay, thx for replying. What you described is how I thought it might work, as references I've seen from DTN refer to 'building the xxx interval data from the historical tick data' or something like that.

I'll check into the ProphetX DDE thing. I use PhX only for some very basic charting and barely know enough to do that, so guess I'll poke around over the weekend on it a bit.

I may end up just rolling my own w/DTN-DDE...

Could you post the url for the webpage listing 3rd party apps(such as QCollector, etc) that work with DTNIQ? I looked around some, but couldn't find the specific page. I'll investigate XLQ & QuoteIN, but would like to see what other apps are available these days.

Lastly, I don't recall seeing any VBA-DDE examples. What I've done in Excel I coded up using the Excel language(minor stuff; not too difficult). So, do you have a pointer to some doc on using VBA w/DDE?

DTN_Jay_Froscheiser
-VP, Product Operations-
Posts: 1746
Joined: May 3, 2004

DTN IQFeed/DTN.IQ/DTN NxCore


Posted: Nov 18, 2011 11:33 AM          Msg. 5 of 9
The compatible software is available at www.iqfeed.net by clicking "Compatible Software". I will have to get back to you on VBA. I did an Excel spreadsheet several years ago with some building of T&S off the stream, but I will have to find it. I am currently at the Traders Expo in Vegas and don't have access to my full system to locate the sample file and see if it still works. I do remember that it was very rough though (I'm not a VBA expert by any stretch).

We also have an Excel Add-in available for ProphetX that makes getting data from ProphetX much easier, but Im not sure it will be what you need either.

Jay Froscheiser
Telvent DTN

AMA
-DTN Evangelist-
Posts: 183
Joined: Aug 1, 2007


Posted: Nov 18, 2011 11:46 AM          Msg. 6 of 9
Bingo, Jay. As usual, you're on top of your game

Got the 3rd party list and the other stuff can wait, so no hurry; it'll be later in the Holidays before I can get to this, time-wise.

Thanks...

AMA
-DTN Evangelist-
Posts: 183
Joined: Aug 1, 2007


Posted: Nov 18, 2011 11:54 AM          Msg. 7 of 9
Oh, btw, I dont know VBA, so I'm not really wanting to go this route, but would consider it if there's no other alternative.

The XLQ product looks quite interesting and I'll scope it out some more...

AMA
-DTN Evangelist-
Posts: 183
Joined: Aug 1, 2007


Posted: Nov 22, 2011 01:02 PM          Msg. 8 of 9
Jay, it appears that the XLQ product, combined with the autohotkey macro recorder/generator will do the job I had in mind. And, actually, allow me to do some other things I've had in mind

Will be a week or to before I can integrate it all, but for now, all looks good.

Some of the 3rd party software listed on the web page you pointed me too does some very nifty stuff, when tied into IQFeed. I already use some of these chunks of software and will be adding XLQ to the list, as time permits.

Thanks for the help.

AMA
-DTN Evangelist-
Posts: 183
Joined: Aug 1, 2007


Posted: Nov 22, 2011 01:13 PM          Msg. 9 of 9
oops; no 'edit' capability...

'to' -->> 'two'
 

 

Time: Mon April 29, 2024 11:15 AM CFBB v1.2.0 14 ms.
© AderSoftware 2002-2003