Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Indicator settings Header "Plot"

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

    Indicator settings Header "Plot"

    Since this Questions is probably "Not Supported" or "Outside the Scope of Support", Response / Help from any and all would be appreciated.

    When developing a new indicator, all Plots fall under the header "PLOTS" in the indicator settings window.

    Is there anyway to rename this header or change the code to have it show under a different header?

    I have been searching for HOURS and can't find any information on this.

    Thanks in advance for any info. or links pointing me in the right direction.

    #2
    Hi BryanGriggs,

    The plots are created by the backend core of NinjaTrader and are automatically assigned the Plot grid category.

    That I know of, it is not possible to change this (as in I do not think there is an unsupported way of accomplishing this).
    Chelsea B.NinjaTrader Customer Service

    Comment


      #3
      NinjaTrader_ChelseaB,

      Thank-You, I do appreciate your response. I'm not sure how it's being done but, I have and have seen other Third Party indicators that are plotting different stuff such a Moving Avg. but call it something different. Furthermore, the settings Grid does not display a "Plots" Category yet the settings for color and width are adjustable under another Category name such as "Lines"

      All other thoughts/comments welcome.

      Thanks Again

      Comment


        #4
        Hello BryanGriggs,

        When adding a line object instead of a plot, it will show under the Lines section. This is also handled by the core.

        http://www.ninjatrader.com/support/h.../nt7/lines.htm

        Were you able to find an example of a script where plots are shown in a different section other than Plots (or Lines)?
        Chelsea B.NinjaTrader Customer Service

        Comment


          #5
          NinjaTrader_ChelseaB,

          Thanks Again for your comment. Please see attached images.

          This is a Third Party Indicator as an example.

          In Image one you can see what is being called a "Bias" line.

          In Image three you can see an overlay of.

          In Image one there is no "Plot" category.

          This is not the only time I've seen this and I had to hunt for this example and sure I could find more. Can you help me understand how this is being done?

          Thanks
          Attached Files

          Comment


            #6
            You can manually serialize the plots without using the pre-built plot section.

            To do this, please add a line

            Code:
            PlotsConfigurable = false;
            in the Initialize() section of the indicator. This suppresses the "Plots" section in the indicator dialogue box. You can now add other categories or grid categories in the properties section of the indicator and serialize the plot styles, dash styles, plot colors and plot widths. Please pay attention to properly serializing the colors.

            A sample indicator that does not use the preconfigured plot section in the indicator dialogue box can be found here:

            Comment


              #7
              Hello BryanGriggs,

              Harry is correct here.

              The inputs you are seeing are custom public variables that have been serialized and are fed as values to the Add Plot (or Line) calls.

              It is possible to use your own custom variables such as Color objects, integers, doubles, etc and have them in a category using [GridCategory("Category name here")] as long as they have been properly serialized.

              It is possible to hide the Plots section using PlotsConfigurable.

              It is not possible to move a plot or line parameters of plots and lines that are generated and configured by NinjaTrader to any other section other than Plots and Lines.
              Chelsea B.NinjaTrader Customer Service

              Comment


                #8
                Yes Harry Yes,

                Thank-You, Thank-You, Thank-You

                Thank-You BOTH so Much!

                Comment

                Latest Posts

                Collapse

                Topics Statistics Last Post
                Started by Geovanny Suaza, 02-11-2026, 06:32 PM
                0 responses
                581 views
                0 likes
                Last Post Geovanny Suaza  
                Started by Geovanny Suaza, 02-11-2026, 05:51 PM
                0 responses
                338 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
                554 views
                1 like
                Last Post Geovanny Suaza  
                Started by RFrosty, 01-28-2026, 06:49 PM
                0 responses
                552 views
                1 like
                Last Post RFrosty
                by RFrosty
                 
                Working...
                X