Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Past data are not marked as historical in multiinstrument strategy

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

    Past data are not marked as historical in multiinstrument strategy

    I have an issue with historical data when I add another instrument to strategy using:

    Add(PeriodType.Day, 1);

    Following check for Historical data doesnt work in that case which causes my strategy to try enter market based on historical values.

    Code:
            protected override void OnBarUpdate()
    {
    			if(Historical) {
    				return;
    			}
    }
    Thanks for any help.

    #2
    fLife, how much historical data would you be loading up? Is the BarsRequired fulfilled for both series?

    Comment


      #3
      Originally posted by NinjaTrader_Bertrand View Post
      fLife, how much historical data would you be loading up? Is the BarsRequired fulfilled for both series?
      I need to load 5 days on daily serie. Minute serie has no limitation.

      In strategy properties I have set:
      DaysToLoad: 10
      Min. Bars. required 10

      Minute (first data serie) is filled fine, second added one (daily) reports no BarsInProgress.

      Comment


        #4
        I would still increase the DaysToLoad further here and retest, as you would need to have 10 bars on the daily for it to trigger OnBarUpdate()'s, figuring weekends in, 10 is cutting it too short...

        Comment


          #5
          Thanks. 40 days to load fixed my issue.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          647 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          369 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          108 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          572 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          573 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X