Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

FirstTickOfBar in multi-series script ?

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

    FirstTickOfBar in multi-series script ?

    Hi,

    I'm running a script which uses multi-timeseries logic and experiencing significant performance issues and wanted to experiment with FirstTickOfBar to avoid redundant calculations intrabar.

    Can I use FirstTickOfBar in a multi-series script ? I'm asking because some of the functions cant be used in a multi-series script. Also, because the series I'm using are price based and not time based, they dont neatly line up - meaning that my base chart series might be intrabar but the internally created series may have just finished the bar. Can FirstTickOfBar recognize the first tick of the BarsInProgress>0 series ?

    I hope I'm clear in what I'm asking.

    Thanks in advance for your help

    #2
    Hi buylosellhi, yes, FirstTickOfBar works for any series in any script.
    AustinNinjaTrader Customer Service

    Comment


      #3
      Austin, thanks for your reply. So lets say if I'm adding 4 more series and i want to execute only if one of the BarsInProgress has the first tick, can i just use

      if (!FirstTickOfBar) return;

      and would that automatically recognize whichever BarsInProgress is being processed or do I have to outline this more specifically ?

      Comment


        #4
        That code should reject all ticks that aren't the first tick, no matter what bar series the tick is coming from. Is that not how it is behaving?
        AustinNinjaTrader Customer Service

        Comment


          #5
          havent modified my script yet. but i think this whole idea looks promising. thanks again

          Comment


            #6
            You can also take a look at this reference sample that shows how to separate logic between the first tick of a bar and every tick for additional ideas - http://www.ninjatrader-support2.com/...ad.php?t=19387.
            AustinNinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            650 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            370 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            109 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            574 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            577 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X