Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Missing data with IQFeed

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    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..

    #2
    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

    Comment


      #3
      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 Files

      Comment


        #4
        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.

        Comment


          #5
          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

          Comment


            #6
            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.

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by argusthome, 03-08-2026, 10:06 AM
            0 responses
            68 views
            0 likes
            Last Post argusthome  
            Started by NabilKhattabi, 03-06-2026, 11:18 AM
            0 responses
            41 views
            0 likes
            Last Post NabilKhattabi  
            Started by Deep42, 03-06-2026, 12:28 AM
            0 responses
            24 views
            0 likes
            Last Post Deep42
            by Deep42
             
            Started by TheRealMorford, 03-05-2026, 06:15 PM
            0 responses
            27 views
            0 likes
            Last Post TheRealMorford  
            Started by Mindset, 02-28-2026, 06:16 AM
            0 responses
            54 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Working...
            X