![]() |
|
|||||||
| Miscellaneous Support Miscellaneous support issues. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Mar 2008
Posts: 138
Thanks: 0
Thanked 0 times in 0 posts
|
Guys i'm going mad to find some quality historical tick data for S&P500 and start backtesting.
I checked barchart service at anfutures.com but they say that "Beginning November 1st, 2007 CME Group has changed format of the Time and Sales historical data that is available from their archive. From that date ANFutures has no volume data in the historical trade records and provides data products with zero figure in the VOLUME field only." So they are useless to me. Has anyone tried tickdata.com, tickdatamarket.com or regisdata.co.uk? I need only last couple of years, but with volume value. Better if they have NT compatible file format.....
Last edited by skynetman; 09-29-2008 at 09:16 AM.
|
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: May 2008
Location: Denver, CO
Posts: 3,157
Thanks: 0
Thanked 3 times in 3 posts
|
Hello,
I'll let some other traders respond. We are not a data provider as you probably know. These are the data providers we support: http://www.ninjatrader-support.com/H...ricalData.html And here is some format information that may be useful: http://www.ninjatrader-support.com/H...V6/Import.html
Ben
NinjaTrader Customer Service
Last edited by NinjaTrader_Ben; 09-29-2008 at 09:53 AM.
|
|
|
|
|
|
#3 |
|
Senior Member
Join Date: Mar 2008
Posts: 138
Thanks: 0
Thanked 0 times in 0 posts
|
You are an historical data provider? Really?
I can't find any link on NT site.....
|
|
|
|
|
|
#4 |
|
NinjaTrader Customer Service
Join Date: May 2008
Location: Denver, CO
Posts: 3,157
Thanks: 0
Thanked 3 times in 3 posts
|
Hello,
Sorry about that. I changed my post. That was a typo.
Ben
NinjaTrader Customer Service |
|
|
|
|
|
#5 | |
|
Junior Member
Join Date: Aug 2008
Posts: 13
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
i m not sure if this will help reply yur q. you can download your data from the opentick site.. but if u wanna d/l tick data then it will be a major pain to download each and every contract.. and then merge it... i tried it .. and its just too much to download and takes heck of time.. and i dont have patience to merge the stuff.. so i ordered from tickdata.com .. that takes care of download issue.. and also in their tool you can merge stuff.. (which i am just trying ) but they dont have the output which ninja is expecting ";" delimited.. theyjust have comma delimited (to see solution to that issue i searched the forum and found your post).... right now i am trying to convert the textfile using simple textpad replacement of , to ; and hopefully it will work(just worked ) ... but tickdata costs 90$ a year data on one symbol.. and then there is some limit of minimum $ purchase.. hope this info helps.. |
|
|
|
|
|
|
#6 |
|
NinjaTrader Customer Service
Join Date: May 2008
Location: Denver, CO
Posts: 3,157
Thanks: 0
Thanked 3 times in 3 posts
|
Hello,
I'm I haven't tried this, and I do not know what your data looks like so I can say if it will work for sure, but try using the Find then Replace All feature in Word and/or excel to replace the commas with semi-colons.
Ben
NinjaTrader Customer Service |
|
|
|
|
|
#7 | |
|
Junior Member
Join Date: Oct 2008
Posts: 23
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
Hi...did you ever get the Tickdata to import, and if so, how? I was able to change all the comma's to semicolon's using "find and replace" in excel. But...seems NT has a space (no semicolon) between date and time. But, after fixing that manually, then I get a "timestamp" error. Any help appreciated. Thanks |
|
|
|
|
|
|
#8 |
|
NinjaTrader Customer Service
Join Date: May 2008
Location: Denver, CO
Posts: 3,157
Thanks: 0
Thanked 3 times in 3 posts
|
Hello,
Post a handful of lines from your data so we can verify what it looks like. It needs to look like this: http://www.ninjatrader-support.com/H...V6/Import.html
Ben
NinjaTrader Customer Service |
|
|
|
|
|
#9 |
|
Junior Member
Join Date: Oct 2008
Posts: 23
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks for asking Ben...while I was preparing a screenshot for you I decided to try deleting the "top row" of the text file and try that. Bingo! That was the problem. Dated imported successfully! On the screenie, the left side wouldn't load, but the right one did. Thanks!
Last edited by Jugador; 11-25-2008 at 11:08 AM.
Reason: attachment missing
|
|
|
|
|
|
#10 |
|
NinjaTrader Customer Service
Join Date: May 2008
Location: Denver, CO
Posts: 3,157
Thanks: 0
Thanked 3 times in 3 posts
|
Hello,
Glad it worked!
Ben
NinjaTrader Customer Service |
|
|
|
|
|
#11 |
|
Junior Member
Join Date: Dec 2008
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
I am also trying to import tickdata.com tick files into NT.
The output from the tickdata file manager is very close to what NT wants 20060208,151456,1267.75,12 and I know NT wants 20060208 151456;1267.75;12 But I dunno how to make that conversion b/c just for 1 week of tickdata there is is like 32,000 lines so obviously I can't make that space by myself manually!! (I can certainly replace the , by ; with "find and replace" but even that takes a lot of time on 32k lines, and I'll need to do this for a year's worth of data...) Is there some "strategy" or code or something with NT that I can create that will allow me to do this? Or, is there any plans for NT to be able to specify what each CSV value is (like OpenQuant does, where it loads a line of your csv/txt and then you can say it's in format date,time,price,volume and from then NT will read the rest of the file correcltly (in other words, is there any way to make NT's historical data reading more flexible??) Thanks!! |
|
|
|
|
|
#12 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,377
Thanks: 252
Thanked 966 times in 949 posts
|
Hi coolraz,
Thanks for the ideas, I will forward them to development. You can take a look at Steamreader / Steamwriter for data manipulations from NinjaScript - http://www.ninjatrader-support2.com/...ead.php?t=3476 http://www.ninjatrader-support2.com/...ead.php?t=3475 Or setup some macro in Excel to do this for you, if you have muliple files to rearrange...
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#13 |
|
Junior Member
Join Date: Dec 2008
Posts: 9
Thanks: 0
Thanked 0 times in 0 posts
|
Thanks for the quick reply!
I just have a quick question as to how to use steamreader. It seems it's an indicator so I am not sure how to actually "run it". I can only seem to be able to select it for use on a chart or strategy tester, but that means on data that's already imported. How do I tell it the file that I want to convert to NT readable file and the output file? sorry if this a newbie question, I am just transferring to NT and haven't mastered it all yet! : ) Thanks for your help! |
|
|
|
|
|
#14 |
|
NinjaTrader Customer Service
Join Date: Sep 2008
Location: Germany
Posts: 22,377
Thanks: 252
Thanked 966 times in 949 posts
|
Hi coolraz, if I'm not mistaken, you should be able to use the MyDocuments > NinjaTrader 6.5 folder for your textfiles. You will just need to change the Steamreader code to fit the naming of your files....expand the Variables() section of the code to see the path setting.
Bertrand
NinjaTrader Customer Service |
|
|
|
|
|
#15 | |
|
Junior Member
Join Date: Oct 2008
Posts: 23
Thanks: 0
Thanked 0 times in 0 posts
|
Quote:
QCollector Expert. It's free if you're not gonna download data, so I'm assuming it'll work for data you've already acquired?
Last edited by Jugador; 12-14-2008 at 10:21 AM.
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Chart not displaying tick data after historical tick data import | Big D | Miscellaneous Support | 17 | 10-18-2010 03:14 AM |
| historical tick-data | noptrader | Miscellaneous Support | 5 | 08-14-2008 06:23 AM |
| Historical tick data - Zenfire | randomhit | Charting | 3 | 06-29-2008 08:05 AM |
| historical tick data | Juanca | Connecting | 3 | 04-17-2008 08:25 PM |
| Volume/TICK data not updating with latest version | Greg1 | Charting | 2 | 05-21-2007 05:44 AM |