| Market Profile Are you a market profile trader? Post here. |
![]() | | Tweet | |
| | #1 | ||
| Volume Traded at Price Datafeed? 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 | |||
| |
|
| | #2 | ||
| Re: Volume Traded at Price Datafeed? Quote:
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 | |||
| |
|
| | #3 | ||
| Re: Volume Traded at Price Datafeed? Last edited by TomH; 05-07-2009 at 09:21 PM. Reason: testing | |||
| |
|
| | #4 | ||
| Re: Volume Traded at Price Datafeed? Last edited by TomH; 05-07-2009 at 09:21 PM. Reason: was testing | |||
| |
|
| | #5 | ||
![]() | Re: Volume Traded at Price Datafeed? | ||
| |
|
| | #6 | ||
![]() | Re: Volume Traded at Price Datafeed? 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. | ||
| |
|
| | #7 | ||
![]() | Re: Volume Traded at Price Datafeed? Quote:
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. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | 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 |