Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Missing bars?

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

    Missing bars?

    I have a code which I developed for curiosity:

    Code:
    if(ToTime(Time[0]) >= 0 && ToTime(Time[0]) <= 93000 && BarsInProgress == 0)
                        {
                            timeList.Add(1);
                        }
    Then after, the list gets SUM, PRINTED and then CLEARED again for the next session

    I did a look back 30 days. Heres my output:

    567
    210
    571
    571
    568
    570
    569
    570
    569
    571
    571
    567
    568
    547
    566
    570
    568
    566
    562
    571
    Why is it not 570 exactly? Why are some bars missing. I replayed the code over and over and its the same numbers. This means that some bars are missing.

    Im just curious why this is.

    #2
    Hello Maciek,
    To assist you further can you please send a toy NinjaScript code* replicating the behavior to support[AT]ninjatrader[DOT]com

    Also please let me know the exact steps to replicate the scenario at my end.

    Please append Attn:Joydeep in the subject line of the email and give a reference of this thread in the body of the email.

    I look forward to assisting you further.

    *The "toy" just means something that is a stripped down version that isn't necessarily the whole logic. It makes things easier to rout out.
    JoydeepNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    589 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    342 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    555 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X