Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Add(Instrument) since beta9

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

    Add(Instrument) since beta9

    Since beta 9, the multiseries feature is not working.
    In the beta 9, if there was a add(instrument), nt7 would not apparently call onbarupdate().
    In beta 10 it does, but if i try to plot the added series(plot(Closes[1][0])) it doesn't plot anything(except if they both have the same period value).

    Is it possible to have the beta 8 back please(or 7, i don't remember)?

    #2
    rGQRGs7,

    The purpose of beta is to address issues moving forward and not to revert back to an old version any time something seems awry.

    Please clarify exactly what you feel is not working. Please be sure that you actually have enough data loaded for all bars series of the script.

    Attached indicator ran on a 1min chart. 1min and 5min series both printing fine.
    Code:
    1 2/26/2010 9:15:00 AM
    0 2/26/2010 9:16:00 AM
    0 2/26/2010 9:17:00 AM
    0 2/26/2010 9:18:00 AM
    0 2/26/2010 9:19:00 AM
    0 2/26/2010 9:20:00 AM
    1 2/26/2010 9:20:00 AM
    0 2/26/2010 9:21:00 AM
    0 2/26/2010 9:22:00 AM
    0 2/26/2010 9:23:00 AM
    0 2/26/2010 9:24:00 AM
    0 2/26/2010 9:25:00 AM
    1 2/26/2010 9:25:00 AM
    0 2/26/2010 9:26:00 AM
    0 2/26/2010 9:27:00 AM
    0 2/26/2010 9:28:00 AM
    0 2/26/2010 9:29:00 AM
    0 2/26/2010 9:30:00 AM
    1 2/26/2010 9:30:00 AM
    Attached Files
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      If you take a look at the screenshots, only one is working.
      6E 10mn/ 6E 10mn
      6E 10mn/ ES 10mn
      Attached Files

      Comment


        #4
        6E 5mn/ 6E 10mn
        6E 20mn/ 6E 10mn
        Attached Files

        Comment


          #5
          here is the code
          Attached Files

          Comment


            #6
            Please check your Control Center logs for errors. You cannot try and access the series of another bars object before the bars exist.

            Code:
            if (CurrentBars[0] < 0 || CurrentBars[1] < 0)
                 return;
            Josh P.NinjaTrader Customer Service

            Comment


              #7
              Yes, I forgot that.
              I've some code which hasn't changed since beta7 and it used to work. i've to check where it can come from then.

              Thanks

              Comment


                #8
                FYI: There have been changes to the way multi-series works because of bugs with the previous approaches. If you were relying on old, bugged behavior it may be the reason they don't work anymore.
                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
                599 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                344 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
                557 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X