Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicators not remembering their panels

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

    Indicators not remembering their panels

    This is driving me insane! I have a strategy that includes an indicator plot, and another indicator on the chart. EVERY time I change a single parameter in the strategy and apply it, the panels get screwed up and I have to waste time putting them back in the proper panels. It's annoying having to do it with one indicator, but when you have multiple ones, it starts to get out of hand.

    ARG!!!!!!!

    #2
    Have you tried explicity setting the panel number for each indicator added to a strategy?

    RayNinjaTrader Customer Service

    Comment


      #3
      I think that might work because one of the plots is being explicitly set and doesn't seem to cause a problem.

      How do I set the panel for an indicator that was added through the strategy wizard?

      Its being added through:
      Code:
      Add(IndicatorName(..., ..., ...));
      There is also a Strategy plot added with:
      Code:
      Add(StrategyPlot(0));
      and I can change the plot with:

      Code:
      StrategyPlot(0).PanelUI = PanelNumber
      But there doesn't seem to be a .PanelUI setting for the indicator.

      Comment


        #4
        You can't, you have to manually code it.
        RayNinjaTrader Customer Service

        Comment


          #5
          Ok, I figured it out. I think some of the confusion was because .Panel doesn't show up in the context menu after the indicator name.

          Thanks for the work-around, this was driving me up the wall

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by argusthome, 03-08-2026, 10:06 AM
          0 responses
          88 views
          0 likes
          Last Post argusthome  
          Started by NabilKhattabi, 03-06-2026, 11:18 AM
          0 responses
          48 views
          0 likes
          Last Post NabilKhattabi  
          Started by Deep42, 03-06-2026, 12:28 AM
          0 responses
          30 views
          0 likes
          Last Post Deep42
          by Deep42
           
          Started by TheRealMorford, 03-05-2026, 06:15 PM
          0 responses
          34 views
          0 likes
          Last Post TheRealMorford  
          Started by Mindset, 02-28-2026, 06:16 AM
          0 responses
          68 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Working...
          X