Forgotten Your Password?
Connect with Facebook
Frequent Questions

Market Profile Are you a market profile trader? Post here.

Market Profile Thread, Volume Traded at Price Datafeed? in The Technical Laboratory; Hi, I am a newbie, just arrived through a link to this site that was posted to the R stats ...
Reply
 
LinkBack Thread Tools Display Modes

Volume Traded at Price Datafeed?  

  #1  
Old 05-07-2009, 08:28 PM
TomH
 
Join Date: May 2009
Location: London
Posts: 7
Thanks: 0
Thanked 3 Times in 1 Post
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Volume Traded at Price Datafeed?  

  #2  
Old 05-07-2009, 08:44 PM
TomH
 
Join Date: May 2009
Location: London
Posts: 7
Thanks: 0
Thanked 3 Times in 1 Post
Originally Posted by TomH View Post
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Volume Traded at Price Datafeed?  

  #3  
Old 05-07-2009, 09:18 PM
TomH
 
Join Date: May 2009
Location: London
Posts: 7
Thanks: 0
Thanked 3 Times in 1 Post
post deleted by user due to test

Last edited by TomH; 05-07-2009 at 09:21 PM. Reason: testing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Volume Traded at Price Datafeed?  

  #4  
Old 05-07-2009, 09:19 PM
TomH
 
Join Date: May 2009
Location: London
Posts: 7
Thanks: 0
Thanked 3 Times in 1 Post
post delete by user, due to a test

Last edited by TomH; 05-07-2009 at 09:21 PM. Reason: was testing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Volume Traded at Price Datafeed?  

  #5  
Old 05-07-2009, 09:23 PM
nickm001
 
Join Date: Jan 2007
Location: san jose
Posts: 89
Thanks: 0
Thanked 5 Times in 5 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Volume Traded at Price Datafeed?  

  #6  
Old 05-08-2009, 04:45 AM
BlowFish's Avatar
BlowFish
.BlowFish
 
Join Date: Mar 2007
Location: In Da House
Posts: 2,839
Thanks: 108
Thanked 822 Times in 562 Posts
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Re: Volume Traded at Price Datafeed?  

  #7  
Old 05-14-2009, 02:22 PM
AldPixto
 
Join Date: Aug 2008
Location: Santa Cruz
Posts: 12
Thanks: 0
Thanked 4 Times in 4 Posts
Originally Posted by TomH View Post
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
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 and Price Setups Soultrader Technical Analysis 6 04-04-2007 10:39 AM
[Volume Analysis at Key Price Levels] Soultrader Trading Videos 4 03-12-2007 04:38 PM


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are Off


» »

» Invite Friends