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 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
"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
"With HUGE volume on AAPL and RIMM for 2 days, everyone in a trading room was whining about freezes, crashes and lag with *******, RealTick, TS and Cyber. InvestorRT with IQFeed was rock solid. I mean SOLID!" - Comment from Public IRC Chat
"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
"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 would just like to say that IQFeed version 4 is running very well and I am very happy with its performance. I would also like to extend a big thanks for the fast and efficient help that I always receive. My questions and concerns are always addressed promptly. Way to go!" - Comment from Josh in CO.
"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 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
"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
"Its working FABULOUSLY for me!! Holy cow...there has been so much I've been missing lately, and with this feed and Linnsoft software...I'm in the game now." - Comment from Chris R.
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: Fri May 17, 2024 6:02 AM CFBB v1.2.0 12 ms.
© AderSoftware 2002-2003