Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Plot Names

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

    Plot Names

    Is it possible to name the plots as in the default Pivots indicator?

    Thanks..

    #2
    You may name plots anything you want in your own indicator, spaces can be included. What is so unique about the Pivots indicator?

    Dan
    eDanny
    NinjaTrader Ecosystem Vendor - Integrity Traders

    Comment


      #3
      Hello zaza5000,

      Yes, the plots are named in code here for the default pivots indicator.

      [Browsable(false)]
      [XmlIgnore]
      public DataSeries PP
      {
      get { return Values[0]; }
      }

      [Browsable(false)]
      [XmlIgnore]
      public DataSeries R1
      {
      get { return Values[1]; }
      }
      Ryan M.NinjaTrader Customer Service

      Comment


        #4
        I know how to do that.

        I meant on the chart, the plots are labeled R1, R2 etc - the names of the plots are on the chart.

        I couldnt figure out how to do that from reading the Pivots' code.

        Thanks

        Comment


          #5
          Thanks for the reply, zaza5000. This is done by overriding the plot method. There is no support for this, but you can open the indicator source code and see how it works.
          Ryan M.NinjaTrader Customer Service

          Comment

          Latest Posts

          Collapse

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