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 SalmaTrader, 07-07-2026, 10:26 PM
        0 responses
        50 views
        0 likes
        Last Post SalmaTrader  
        Started by CarlTrading, 07-05-2026, 01:16 PM
        0 responses
        22 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 06-17-2026, 10:32 AM
        0 responses
        16 views
        0 likes
        Last Post CaptainJack  
        Started by kinfxhk, 06-17-2026, 04:15 AM
        0 responses
        22 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Started by kinfxhk, 06-17-2026, 04:06 AM
        0 responses
        23 views
        0 likes
        Last Post kinfxhk
        by kinfxhk
         
        Working...
        X