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 charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        56 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        143 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        160 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        96 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        276 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Working...
        X