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 benmarkal, Yesterday, 12:52 PM
          3 responses
          22 views
          0 likes
          Last Post NinjaTrader_Gaby  
          Started by helpwanted, Today, 03:06 AM
          1 response
          18 views
          0 likes
          Last Post sarafuenonly123  
          Started by Brevo, Today, 01:45 AM
          0 responses
          11 views
          0 likes
          Last Post Brevo
          by Brevo
           
          Started by aussugardefender, Today, 01:07 AM
          0 responses
          6 views
          0 likes
          Last Post aussugardefender  
          Started by pvincent, 06-23-2022, 12:53 PM
          14 responses
          244 views
          0 likes
          Last Post Nyman
          by Nyman
           
          Working...
          X