Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Relative Multi-Time Frame

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

    Relative Multi-Time Frame

    I tried to put this in the Initialize():
    Add(PeriodType.Volume, 7*Bars.Period.Value );
    because I need a fixed relationship to the basic trading chart.

    It compiles just fine, but attempting to run causes an error.
    So how do I get a 2nd time frame always based off the original time frame?

    Is there another routine for initializing where the Bars are valid?

    #2
    Hello LostTrader,

    Unfortunately this is not supported. As the message indicates, you don't have access to the bars series within the Initialize() method.
    Ryan M.NinjaTrader Customer Service

    Comment


      #3
      So how do I define a time frame relative to the underlying?

      Are you fixing this in NT7?

      Alternately, how do I reference the input parameter from that starting panel?

      Comment


        #4
        Hi Losttrader,

        There is no way to do exactly what you want. If you want to change the secondary bar series you have to hard code it.

        At this time there are no plans to change this with version 7.
        Ryan M.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

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