Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add object

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

    Add object

    Tried to add as different time frame to my strategy,, from the example:// Add a 5 minute Bars object to the strategy
    Add(PeriodType.Minute, 5);

    Compiles ok but get an error when I reload the script.. see enclosed
    If I comment out the "Add" compiles and loads ok.
    Attached Files

    #2
    It means you are submitting improper orders. When you add a secondary bar series you are now processing both time frames and you need to be sure you are submitting orders to and from the correct bars series that you want to be working in.

    Please see this article on multi-series strategies: http://www.ninjatrader-support.com/H...ameInstruments
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      Originally posted by NinjaTrader_Josh View Post
      It means you are submitting improper orders. When you add a secondary bar series you are now processing both time frames and you need to be sure you are submitting orders to and from the correct bars series that you want to be working in.

      Please see this article on multi-series strategies: http://www.ninjatrader-support.com/H...ameInstruments
      I just started to try this and only have the "Add" statement and dont have anything that references it like this example says:
      // Note: Bars are added to the BarsArray and can be accessed via an index value
      // E.G. BarsArray[1] ---> Accesses the 5 minute Bars object added above

      Is there an index for the time frame selected in the current chart or do I have to declare the current chart time frame and reference??

      Comment


        #4
        The time frame on the chart is always the primary data series. This is always on index [0].
        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
        630 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
        566 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