Welcome to the Traders Laboratory Forums.
Market Profile Are you a market profile trader? Post here.

Reply
Old 05-07-2009, 08:28 PM   #1

Join Date: May 2009
Location: London
Posts: 7
Ignore this user

Thanks: 0
Thanked 3 Times in 1 Post

Volume Traded at Price Datafeed?

Hi,

I am a newbie, just arrived through a link to this site that was posted to the R stats list.

I would like to incorporate some of the VWAP ideas into my strategy, however the tools I use don't have access to the volume traded at price information in the video presentations. Can anyone suggest what datafeeds I need to use to get that?

Thanks,

T
TomH is offline  
Reply With Quote
Old 05-07-2009, 08:44 PM   #2

Join Date: May 2009
Location: London
Posts: 7
Ignore this user

Thanks: 0
Thanked 3 Times in 1 Post

Re: Volume Traded at Price Datafeed?

Quote:
Originally Posted by TomH »
Hi,

I am a newbie, just arrived through a link to this site that was posted to the R stats list.

I would like to incorporate some of the VWAP ideas into my strategy, however the tools I use don't have access to the volume traded at price information in the video presentations. Can anyone suggest what datafeeds I need to use to get that?

Thanks,

T
Thinking about it, the Volume at price can be calculated from the intraday price/volume tick history, assuming I can something that will backfill.

I am currently using strategies written in R to generate signals, is there a platform that would manage the data backend, and allow me to query it using SQL?

T
TomH is offline  
Reply With Quote
Old 05-07-2009, 09:18 PM   #3

Join Date: May 2009
Location: London
Posts: 7
Ignore this user

Thanks: 0
Thanked 3 Times in 1 Post

Re: Volume Traded at Price Datafeed?

post deleted by user due to test

Last edited by TomH; 05-07-2009 at 09:21 PM. Reason: testing
TomH is offline  
Reply With Quote
Old 05-07-2009, 09:19 PM   #4

Join Date: May 2009
Location: London
Posts: 7
Ignore this user

Thanks: 0
Thanked 3 Times in 1 Post

Re: Volume Traded at Price Datafeed?

post delete by user, due to a test

Last edited by TomH; 05-07-2009 at 09:21 PM. Reason: was testing
TomH is offline  
Reply With Quote
Old 05-07-2009, 09:23 PM   #5

Join Date: Jan 2007
Location: san jose
Posts: 90
Ignore this user

Thanks: 0
Thanked 5 Times in 5 Posts

Re: Volume Traded at Price Datafeed?

most of datafeed will have info.. your platform has to let yo calculate VWAP.. Platfrom that I use, tradestation, has it, but I don't think it is something special.
nickm001 is offline  
Reply With Quote
Old 05-08-2009, 04:45 AM   #6

BlowFish's Avatar

Join Date: Mar 2007
Location: In Da House
Posts: 3,292
Ignore this user

Thanks: 129
Thanked 1,054 Times in 702 Posts

Re: Volume Traded at Price Datafeed?

Just about all historical data will have time price volume. Different charting apps are better or worse at managing data....most are proprietary in how they do it. There is also tendency nowadays for applications to get data on demand and simply 'cache' it to disk.

You may be better off managing your own data and putting it into a SQL database. I would have guessed that you should be able to find some free/inexpensive middleware to sit between the data providers api and your database. If there is no requirement to do it real time you could simple export data from a suitable charting package (usually comma delimited) and massage that. Or some data managers/charting apps will act as DDE servers (if my memory is not playing tricks).

I guess it depends how frequently you want to get data and whether you need real time too.
BlowFish is offline  
Reply With Quote
Old 05-14-2009, 02:22 PM   #7

Join Date: Aug 2008
Location: New York
Posts: 16
Ignore this user

Thanks: 0
Thanked 4 Times in 4 Posts

Re: Volume Traded at Price Datafeed?

Quote:
Originally Posted by TomH »
Thinking about it, the Volume at price can be calculated from the intraday price/volume tick history, assuming I can something that will backfill.

I am currently using strategies written in R to generate signals, is there a platform that would manage the data backend, and allow me to query it using SQL?

T
Can you say more about your requirements?

Lets say you have a table with rows of volume@price. What is your requirement for time resolution on the table columns?
- daily columns
- 30 minute columns
- 5 minute columns

Have you already thought out the SQL schema for your database? Can you share those ideas?

If the SQL tables only updates once a minute, would that latency be too long for your signals?

If you only want Volume@Price to calculate VWAP, could you eliminate that requirement if some data source calculated VWAP for you?

......

Some brokers can provide "free" data using their API if you have a funded active account. example: IB (interactive brokers)

Is there some way to exchange data between tradestation's EZlanguage and another program? I don't know.

You can buy realtime datafeeds from eSignal or DTN, then use a program like QCollector to do timed updates of CSV datafiles. You can write a program to poll these datafiles and update a database (like mySQL or PostgreSQL.)

Yahoo Finance and even some exchange web sites (CME) have end of day data available for free.
AldPixto is offline  
Reply With Quote

Reply

Thread Tools
Display Modes Help Others By Rating This Thread
Help Others By Rating This Thread:


Similar Threads
Thread Thread Starter Forum Replies Last Post
Volume and Price Setups Soultrader Technical Analysis 7 02-01-2012 10:52 AM
Charts with Volume by Price bertg Beginners Forum 28 03-31-2009 09:58 PM
ES Trading Feb. 27, 2008 - CCI, MP, Price & Volume Soultrader Trading Videos 6 02-28-2008 11:15 AM
[Volume Analysis at Key Price Levels] Soultrader Trading Videos 4 03-12-2007 04:38 PM

All times are GMT -4. The time now is 10:37 AM.
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
CS to VB integration by DeskLancer
©2006-2011 Traders Laboratory, All Rights Reserved.