Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

First 19 candles not processed?

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

    First 19 candles not processed?

    My strategy has decided to stop processing the first 19 5 minute candles of recorded data. I put debug code to paint the screen pink on any on-bar-update as follows:

    protectedoverridevoid OnBarUpdate()
    { BackColor = Color.Pink;

    A screen shot is attached. The recorded data starts at the 6:00AM candle. The screen should be pink from the first tick of the first bar and it isn't.

    I'm out of clues. Any ideas?

    Thanks,

    Larry
    Attached Files

    #2
    Larry,

    This is the case because of your Min. bars required setting for the strategy. By default you require 20 bars before your strategy will begin processing.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Thanks, Josh! I see it now.

      As I control my own start-up in the strategy, how/where do I override the defaut in my code? I'd rather not have to remember to set this up manually every time I start the strategy.

      Thanks,

      L.

      Comment


        #4
        In Initialize(), use...

        Code:
        BarsRequired = 0;
        Josh P.NinjaTrader Customer Service

        Comment


          #5


          That's the best I can do for a thank you!

          L.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          649 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          370 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          109 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          574 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          576 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X