Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add new DataSeries based on Chart bar period

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

    Add new DataSeries based on Chart bar period

    In my custom strategy, I want to add a new DataSeries based on the current chart's bar period. For example, if the current chart's bar period is 60 min, I want to add a new DataSeries with a bar period of 30 min (the next fastest time interval).

    How do I get BarsPeriod.Value before the Initialize() procedure so that I can insert something like Add(PeriodType.Minute, fasterPeriod) in the initialization?

    Thanks.

    #2
    Hello,

    You can get a dataseries to whichever timeframe you want using the methods in the this link:


    However you won't be able to access BarPeriod.Value before initilization to determine what your second timeframe should be.
    DenNinjaTrader Customer Service

    Comment


      #3
      Thank you for your reply.

      If I can't access BarPeriod.Value before initilization, is there a way for me to set the current chart's bar period and period type programmatically (not add a new series but to set current chart's properties)?

      Comment


        #4
        Hi ch33ch,

        Unfortunately you will not be able to. You have to hard code it in with the Add() in the Initialize() method without knowing what your primary bar object will be.
        Josh P.NinjaTrader Customer Service

        Comment


          #5
          Thanks, Josh.

          What about DataSeriesConfigurable? If I set that to TRUE can I change BarPeriods and PeriodType for the primary series by hard coding it?

          Comment


            #6
            You will not be able to change the bars objects after they are declared in the Initialize() method.
            Josh P.NinjaTrader Customer Service

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Geovanny Suaza, 02-11-2026, 06:32 PM
            0 responses
            633 views
            0 likes
            Last Post Geovanny Suaza  
            Started by Geovanny Suaza, 02-11-2026, 05:51 PM
            0 responses
            364 views
            1 like
            Last Post Geovanny Suaza  
            Started by Mindset, 02-09-2026, 11:44 AM
            0 responses
            105 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by Geovanny Suaza, 02-02-2026, 12:30 PM
            0 responses
            567 views
            1 like
            Last Post Geovanny Suaza  
            Started by RFrosty, 01-28-2026, 06:49 PM
            0 responses
            568 views
            1 like
            Last Post RFrosty
            by RFrosty
             
            Working...
            X