NinjaTrader Support Forum  

Go Back   NinjaTrader Support Forum > Application Technical Support > Connecting

Connecting Support for establishing connections to your broker or market data service provider.

Reply
 
Thread Tools Display Modes
Old 10-31-2008, 02:04 PM   #1
cunparis
Senior Member
 
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
Default Missing data with IQFeed

I made a simple strategy to just print the time of each bar:

protected override void Initialize()
{
CalculateOnBarClose = true;
Add(PeriodType.Day, 1);
}

protected override void OnBarUpdate()
{
if (BarsInProgress == 0) {
Print("Timestamp:" + ToDay(Time[0]) + " " + ToTime(Time[0]));

When I look at the output, I see many bars that are not printed. So I displayed a chart and it looks like there is just no data for those periods.

Is this a problem with IQFeed? Or is it common to not have any data for YG during regular trading hours? I find it very strange and I'm starting to question their historical data.

I'm debating switching to eSignal. It's a lot more expensive though so I'm not sure if it's worth it..
cunparis is offline  
Reply With Quote
Old 10-31-2008, 02:09 PM   #2
NinjaTrader_RJ
NinjaTrader Customer Service
 
NinjaTrader_RJ's Avatar
 
Join Date: Jul 2008
Location: Denver, CO, USA
Posts: 1,831
Thanks: 4
Thanked 19 times in 18 posts
Default

Hello,

Thank you for your post.

Can you tell me what instrument, type of chart, and time of missing data so I can test this on my end?

Thank you!
NinjaTrader_RJ is offline  
Reply With Quote
Old 10-31-2008, 02:17 PM   #3
cunparis
Senior Member
 
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
Default

Quote:
Originally Posted by NinjaTrader_RJStein View Post
Hello,

Thank you for your post.

Can you tell me what instrument, type of chart, and time of missing data so I can test this on my end?

Thank you!
YG ##-## for example 2/12/2007 there is data only for a few bars. I'm attaching an image.

I'm wondering if it's their continuous contract data that is bad.
Attached Images
File Type: jpg yg.jpg (73.1 KB, 7 views)
cunparis is offline  
Reply With Quote
Old 10-31-2008, 02:29 PM   #4
cunparis
Senior Member
 
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
Default

Quote:
Originally Posted by cunparis View Post
YG ##-## for example 2/12/2007 there is data only for a few bars. I'm attaching an image.

I'm wondering if it's their continuous contract data that is bad.

I tried with 2/12/2008 and get the same thing. So I tried to select an expiration month and it says "you need to select an instrument". Apparently for 2008 it'll only let me choose 06-08 and 12-08, neither of which have data.

I'm not sure what's going on here but I'm kind of stuck. eSignal is like 3x the price so I hope to get it working with IQFeed.
cunparis is offline  
Reply With Quote
Old 10-31-2008, 02:57 PM   #5
NinjaTrader_RJ
NinjaTrader Customer Service
 
NinjaTrader_RJ's Avatar
 
Join Date: Jul 2008
Location: Denver, CO, USA
Posts: 1,831
Thanks: 4
Thanked 19 times in 18 posts
Default

I reproduced your chart with the 11-08 contract.

I received more data on the 12-08 contract, please try selecting this.

If it works, to retreive more historical data, you will have to merge the old contracts into the new.

Instructions for merging data here: http://www.ninjatrader-support.com/H...eV6/Merge.html
NinjaTrader_RJ is offline  
Reply With Quote
Old 10-31-2008, 03:03 PM   #6
cunparis
Senior Member
 
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
Default

Quote:
Originally Posted by NinjaTrader_RJStein View Post
I reproduced your chart with the 11-08 contract.

I received more data on the 12-08 contract, please try selecting this.

If it works, to retreive more historical data, you will have to merge the old contracts into the new.

Instructions for merging data here: http://www.ninjatrader-support.com/H...eV6/Merge.html
Thank you for the solution. I will look into this. In the meantime I think I'll try testing with ES which should have a lot more data.
cunparis is offline  
Reply With Quote
Reply

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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
IQFeed - no data feed today? Penelope Connecting 3 06-16-2008 08:24 AM
IQFeed tick data question Penelope Miscellaneous Support 14 06-12-2008 10:21 AM
IQFeed data gaps adrian Connecting 4 04-21-2008 03:05 PM
Back Adjusted Continuous Contract Data -- IQfeed RK_trader Miscellaneous Support 11 03-10-2008 11:47 PM
Backfill data in Daily chart (July/August data missing) RK_trader Charting 4 09-09-2007 10:52 PM


All times are GMT -6. The time now is 09:57 AM.