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 CarlTrading, 03-31-2026, 09:41 PM
    1 response
    81 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    43 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    64 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    68 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    56 views
    0 likes
    Last Post CarlTrading  
    Working...
    X