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 cmoran13, Yesterday, 01:02 PM
        0 responses
        29 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        21 views
        0 likes
        Last Post PaulMohn  
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        160 views
        1 like
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        95 views
        1 like
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        148 views
        2 likes
        Last Post CaptainJack  
        Working...
        X