![]() |
|
|||||||
| Connecting Support for establishing connections to your broker or market data service provider. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Senior Member
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
|
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.. |
|
|
|
|
|
#2 |
|
NinjaTrader Customer Service
Join Date: Jul 2008
Location: Denver, CO, USA
Posts: 1,831
Thanks: 4
Thanked 19 times in 18 posts
|
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!
Ray S
NinjaTrader Customer Service |
|
|
|
|
|
#3 | |
|
Senior Member
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
|
Quote:
I'm wondering if it's their continuous contract data that is bad. |
|
|
|
|
|
|
#4 | |
|
Senior Member
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
|
Quote:
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. |
|
|
|
|
|
|
#5 |
|
NinjaTrader Customer Service
Join Date: Jul 2008
Location: Denver, CO, USA
Posts: 1,831
Thanks: 4
Thanked 19 times in 18 posts
|
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
Ray S
NinjaTrader Customer Service |
|
|
|
|
|
#6 | |
|
Senior Member
Join Date: Feb 2008
Location: Paris
Posts: 713
Thanks: 11
Thanked 10 times in 7 posts
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
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 |