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 SalmaTrader, 07-07-2026, 10:26 PM
    0 responses
    36 views
    0 likes
    Last Post SalmaTrader  
    Started by CarlTrading, 07-05-2026, 01:16 PM
    0 responses
    20 views
    0 likes
    Last Post CarlTrading  
    Started by CaptainJack, 06-17-2026, 10:32 AM
    0 responses
    14 views
    0 likes
    Last Post CaptainJack  
    Started by kinfxhk, 06-17-2026, 04:15 AM
    0 responses
    19 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Started by kinfxhk, 06-17-2026, 04:06 AM
    0 responses
    22 views
    0 likes
    Last Post kinfxhk
    by kinfxhk
     
    Working...
    X