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

Could IsFirstTickOfBar Miss?

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

    Could IsFirstTickOfBar Miss?


    Could IsFirstTickOfBar Miss?

    On my OnBarUpdate method, I have it set to Price Change. Say the price of the first tick of a new bar, is the same price as the price of the last tick of previous bar. It would seem that OnBarUpdate would not fire then, so any IsFirstTickOfBar logic would also not fire then.

    Would this be the case? Thanks,



    #2
    Hello timmbbo,

    Thanks for your post.

    I am not aware of any instances where IsFirstTickOfBar does not get triggered when the first tick of a new bar occurs while using Calculate.OnPriceChange or Calculate.OnEachTick.

    When using Calculate.OnPriceChange, IsFirstTickOfBar will always return true when the first tick of a new bar occurs.

    You could add prints to your script within an IsFirstTickOfBar condition that prints something like "IsFirstTickOfBar triggered" along with the time of the bar (Time[0]) to see how the logic is evaluating.

    See the help guide documentation below for more information.

    IsFirstTickOfBar: https://ninjatrader.com/support/help...ub=isfirsttick
    Brandon H.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Jimmyk, 01-26-2018, 05:19 AM
    6 responses
    835 views
    0 likes
    Last Post emuns
    by emuns
     
    Started by jxs_xrj, 01-12-2020, 09:49 AM
    6 responses
    3,291 views
    1 like
    Last Post jgualdronc  
    Started by Touch-Ups, Today, 10:36 AM
    0 responses
    10 views
    0 likes
    Last Post Touch-Ups  
    Started by geddyisodin, 04-25-2024, 05:20 AM
    11 responses
    62 views
    0 likes
    Last Post halgo_boulder  
    Started by Option Whisperer, Today, 09:55 AM
    0 responses
    8 views
    0 likes
    Last Post Option Whisperer  
    Working...
    X