Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

isBar

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

    isBar

    Hello,
    I would like to understand the isBar bool.

    The help guide say “A bool value representing if OnDataPoint should treat the timestamp as an already built bar instead or as intraday timestamp.”

    Already built bar should be a intraday bar, i cant see the diference.


    #2
    Hello vavatete, thanks for your post.

    It's used to be clear on when a time-based bar needs to be either already part of a bar or if a new bar needs to be created.

    Some examples:
    • 150 tick timestamp would not be modified, whether it's a bar or not (isBar will always be false for non-time based bars)
    • 10 Second BarsType: 12:00:10.000 timestamp when isBar == true is already a bar and will be added with this timestamp 12:00:10.000
    • 10 Second BarsType: 12:00:10.000 timestamp when isBar == false is a tick which will add a new bar with timestamp 12:00:20.000
    • 1 Day BarsType. 12:00:00.000 AM timestamp with isBar = true will be added as daily bar 12:00:00.000 AM on that date
    • 1 Day BarsType. 12:00:00.000 AM timestamp with isBar = false: we look into trading hours definition and calculate, in which daily bar the timestamp of this tick will make it

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    593 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 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
    556 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    554 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X