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 just wanted to tell you what a fine job you have been doing. While *******, from what I hear, has been down and out, off and on, IQ feed has held like a champ this week." - Comment from Shirin
"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
"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 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
"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
"The service is great, I see a noticeable improvement in my volume profiles over [broker]'s data feed" - Comment from Larry
"It’s so nice to be working with real professionals!" - Comment from Len
"I am very pleased with the DTNIQ system for quotes and news." - Comment from Larry
"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
"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
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: Sat May 4, 2024 6:36 PM CFBB v1.2.0 18 ms.
© AderSoftware 2002-2003