Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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
    Chris L.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by MacDad, 02-25-2024, 11:48 PM
    7 responses
    158 views
    0 likes
    Last Post loganjarosz123  
    Started by Belfortbucks, Today, 09:29 PM
    0 responses
    6 views
    0 likes
    Last Post Belfortbucks  
    Started by zstheorist, Today, 07:52 PM
    0 responses
    7 views
    0 likes
    Last Post zstheorist  
    Started by pmachiraju, 11-01-2023, 04:46 AM
    8 responses
    151 views
    0 likes
    Last Post rehmans
    by rehmans
     
    Started by mattbsea, Today, 05:44 PM
    0 responses
    6 views
    0 likes
    Last Post mattbsea  
    Working...
    X