Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Bars processed out of order?

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

    #16
    Hello GKonheiser,

    I understand you were using a thinly traded contract and that certainly would cause the onBarUpdates to be issued irregularly.

    Please keep in mind you are dealing with COBC=true and the Close time of the bar, not that it is being processed at 10 PM. The Day bar only has one time which is the end of the bar.

    Thanks for clarifying your coding. Here is a code snippet using BarsInProgress that would help simplify your coding:

    if(BarsInProgress == 1) Print("Day bars " + Time[0]);

    if(BarsInProgress == 2) Print("Minute bars " + Time[0]);

    Please let me know if I can be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    648 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