Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Custom Render Disappearing

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

    #16
    Actually I think I just found the culprit. Whenever I add the data series dynamically, ex.

    AddDataSeries(BarsPeriodType.Minute, Input);

    Then it disappears. I realize this way is unsupported and is bound to have bugs like this. Any ideas?

    Comment


      #17
      Hello Vikuno1,

      Using variables in AddDataSeries() dynamically is not supported.

      From the help guide:
      "Arguments supplied to AddDataSeries() should be hardcoded and NOT dependent on run-time variables which cannot be reliably obtained during State.Configure (e.g., Instrument, Bars, or user input). Attempting to add a data series dynamically is NOT guaranteed and therefore should be avoided. Trying to load bars dynamically may result in an error similar to: Unable to load bars series. Your NinjaScript may be trying to use an additional data series dynamically in an unsupported manner.​"


      That said, what is the print output showing?

      After reproducing, please attach the output from the output window to your next post.
      Chelsea B.NinjaTrader Customer Service

      Comment


        #18
        Got it! It was using the secondary data series Current Bar not the primary. Thank you so much, you are a rockstar

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        221 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        136 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        150 views
        0 likes
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        236 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        193 views
        0 likes
        Last Post CarlTrading  
        Working...
        X