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)




"Thank you so much - awesome feed, awesome service!" - Comment from Greg via Email
"IQFeed version 4 is a real screamer compared to anything else I have seen." - Comment from Tom
"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
"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 used to have *******, but they are way more money for the same thing. I have had no probs with data from DTN since switching over." - Comment from Public Forum Post
"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
"I've never had DTN go out on me since switching. ******* would go down a couple times every month when I was using them." - Comment from Bryce in AL.
"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
"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
"This beats the pants off CQG, I am definitely switching to the ProphetX 3.0!" - Comment from Stephen
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 April 26, 2024 5:25 AM CFBB v1.2.0 10 ms.
© AderSoftware 2002-2003