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 burtoninlondon, Today, 12:38 AM
          0 responses
          10 views
          0 likes
          Last Post burtoninlondon  
          Started by AaronKoRn, Yesterday, 09:49 PM
          0 responses
          14 views
          0 likes
          Last Post AaronKoRn  
          Started by carnitron, Yesterday, 08:42 PM
          0 responses
          11 views
          0 likes
          Last Post carnitron  
          Started by strategist007, Yesterday, 07:51 PM
          0 responses
          14 views
          0 likes
          Last Post strategist007  
          Started by StockTrader88, 03-06-2021, 08:58 AM
          44 responses
          3,983 views
          3 likes
          Last Post jhudas88  
          Working...
          X