Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how do I show indicator parameters on Chart label

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

    how do I show indicator parameters on Chart label

    Guys,

    I have several indicators on the chart and they are listed in the top left corner. All but one display their parameters too. I've searched the code and cannot figure out where to make a change such that the indicator that does not show its parameters can be made to show the parameters. Is this a code thing or is a settings thing?

    Thank you.

    #2
    Hi crmcwi,

    In the indicator settings, ensure you the "Label" field is not blank.

    Aside from that, make sure you are not overriding the ToString() method in your code.
    TimNinjaTrader Customer Service

    Comment


      #3
      hmmm... here is the chart and here is the code

      Hi Tim,

      I hope you had a good weekend. This is Ivan G's code, IGTDSequential. As you can see, the indicator label does appear, but without any parameters.

      I have not seen where the ToString() is overridden, but I 'm not a C# expert. Would the following code be indicative of an override class somewhere else:

      [Browsable(false)]
      publicstring SequentialFontColorSerialize
      {
      get { return NinjaTrader.Gui.Design.SerializableColor.ToString( _colorSequentialFontColor); }
      set { _colorSequentialFontColor = NinjaTrader.Gui.Design.SerializableColor.FromStrin g(value); }
      Attached Files

      Comment


        #4
        Hi crmcwi,

        That code you mentioned doesn't look like it would cause the "missing" label.

        Aside from what I've mentioned, you can contact the creator for more information.
        TimNinjaTrader Customer Service

        Comment


          #5
          thanks Tim.

          Still a mystery and Ivan's not responding.

          Hmmm...

          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