| Tools of the Trade Discussion forum for software, hardware, and computer related topics. |
![]() | | Tweet | |
| | #1 | ||
![]() | Archiving Tick Data? With DTN they give you 8 days but it just seems like a waste to not store this information. What I would love is a program that can store the info into a database that is open as possible so that it could be used no matter what software I change to in the future. Anyone into this stuff? Maybe a straight out access database or sql db? | ||
| |
|
| | #2 | ||
![]() | Re: Archiving Tick Data? Last edited by mister ed; 03-05-2008 at 05:41 PM. Reason: sp. | ||
| |
|
| | #3 | ||
![]() | Re: Archiving Tick Data? I'm doing a variation of this to export 1min price/volume data for a volume based price/volume histogram. But have been to lazy to code the histogram so far .Edit: I complicated things a bit, NT can export tick data just fine, but I think it will only do some if it's already in the DB. Last edited by Sparrow; 03-05-2008 at 07:27 PM. | ||
| |
|
| | #4 | ||
![]() | Re: Archiving Tick Data? I'd go with MySQL because it's more optimized for speed and the stuff you'd like to do is fairly simple. I suppose the tables could grow quite large but with today's hdds, it shouldn't be a problem. If you get the data into some kind of csv format, you'd be able to load the data like this into a MySQL db. I think it would be tedious work if you cannot automate the export/import. Probably there's a way to this but none of the limited amount of trading software I know allows command line export of data. Last edited by Sparrow; 03-06-2008 at 03:23 AM. | ||
| |
|
| | #5 | ||
![]() | Re: Archiving Tick Data? I think Ninja can actually do this to some degree if you check "store realtime bar data" in options. My interest though is to get into something more standard/open incase I'm not even using Ninja 3 years down the line. I guess in the meantime the market scanner in ninja would be the way to go. I found some interesting post on elite searching for SQL. One thing that was interesting that I didn't know is that I guess relational databases aren't really ideal for time series data. It was mentioned a vector database is the way to go. Someone posted a link to an open source vector DB and a commercial version http://kx.com/ http://hdf.ncsa.uiuc.edu/HDF5/index.html Could be interesting. MySQL would be cool but if I set this project up I don't want to hit a brick wall 3 years down the line because the DB is so huge and not using the right tool for the job. | ||
| |
|
| | #6 | ||
![]() | Re: Archiving Tick Data? In case you want to write your own studies, a database makes sense, otherwise text files are more efficient which you might choose to compress or not. It could also be better to just purchase the data and save yourself all the hassle. | ||
| |
|
| | #7 | ||
![]() | Re: Archiving Tick Data? Of course buying it would probly be alot better time spent. Nothing though that I really need right now, I would just like to learn this stuff to have a spare computer capturing data for the hell of it I guess. | ||
| |
|
| | #8 | ||
![]() | Re: Archiving Tick Data? Quote:
Check out http://tree.sourceforge.net. Datafeed is restricted to IB. Regards, | ||
| |
|
| The Following User Says Thank You to micro For This Useful Post: | ||
stanlyd (11-15-2008) | ||
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TICK lows on the Russell TICK, not NYSE | TinGull | Trading Videos | 7 | 10-28-2011 04:00 AM |
| Will the YM Data Feed be included with the Globex E-mini Data Feed | The Bear | E-mini Futures Trading Laboratory | 1 | 01-19-2008 02:05 PM |
| TICK Hook's and TICK Candles | Soultrader | Technical Analysis | 2 | 04-21-2007 05:22 PM |
| YM Tick Data | TinGull | E-mini Futures Trading Laboratory | 6 | 03-18-2007 04:17 PM |
| Gap Fill Data for ES | Soultrader | E-mini Futures Trading Laboratory | 2 | 01-11-2007 07:03 PM |