Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Remove indicator & strategy titles from chart window

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

    Remove indicator & strategy titles from chart window

    Hello, is there a way to remove the indicator & strategy titles shown in white text at the top of the chart window on the attached image? The text can often cover the price action and I'd like to hide them if possible.

    Thanks,

    Neil

    #2
    Hello burtoninlondon,

    Thank you for using NinjaTrader.

    To remove the Indicator Labels (and other labels) on a Chart, do the following:
    • Right-click in your Chart > select 'Indicators' (or hit Ctrl + I)
    • Select the Indicator in the 'Configured' list in the bottom-left
    • On the right in the 'Properties' section, remove any text displayed in the 'Label' box
    • Click 'Apply' and the text for that Indicator will be removed from the top of the Chart
    Repeat these steps for all Indicators (or Strategies) you would like to remove the label for in your Charts, and then click 'OK' to save and apply all of your changes.

    NinjaTrader 8 Help Guide — Charting: Working with Indicators


    Please let me know if you have any additional questions.
    Justin D.NinjaTrader Customer Service

    Comment


      #3
      When will you have a single property command that will do this all at once? Better yet a toggle button in the toolbar.

      Comment


        #4
        Hello mrlucky1x,

        Thank you for your response.


        I have submitted this as a feature request to the Development Team. I will follow up with an internal tracking number for your reference as soon as it is created.

        Thanks in advance for your patience.
        Justin D.NinjaTrader Customer Service

        Comment


          #5
          Originally posted by NinjaTrader_JustinD View Post
          Hello burtoninlondon,

          Thank you for using NinjaTrader.

          To remove the Indicator Labels (and other labels) on a Chart, do the following:
          • Right-click in your Chart > select 'Indicators' (or hit Ctrl + I)
          • Select the Indicator in the 'Configured' list in the bottom-left
          • On the right in the 'Properties' section, remove any text displayed in the 'Label' box
          • Click 'Apply' and the text for that Indicator will be removed from the top of the Chart
          Repeat these steps for all Indicators (or Strategies) you would like to remove the label for in your Charts, and then click 'OK' to save and apply all of your changes.

          NinjaTrader 8 Help Guide — Charting: Working with Indicators


          Please let me know if you have any additional questions.
          Thanks for the help NinjaTrader_JustinD

          Comment


            #6
            #burtoninlondon - you might also be interested to know that if you follow the steps and then Save as Default rather than Save, you won’t have to repeat this tedious exercise every time you add that indicator.

            There is however no Toggle or similar, although there already exists a Feature Request from me back when Jesus was still wearing short trousers.

            I recently watched a webinar with Ninja head of technology on ‘advanced features’ and at the Q&A an attendee asks how to remove all the white text at the top corner of the screen? Clearly users regard it as pertinent. Barrett was totally clueless on the matter, so I wouldn’t get your hopes up that your vote will translate into action
            Best,
            Last edited by brucerobinson; 09-20-2021, 11:34 PM.

            Comment


              #7

              Hello brucerobinson,

              Thanks for your patience.

              The internal tracking number for your feature request is SFT-816. Please reference this internal tracking number when contacting Platform Support if you ever have questions regarding this feature request.

              When a feature request is implemented, you'll find a description of the new feature in the release notes:
              Justin D.NinjaTrader Customer Service

              Comment


                #8
                Any progress? Why NinjaTrader 7 doesn't have this kind of problem? Can your team just revise it following NT 7 asap? Manually delete label or reprogramming is not a solution for good.

                Comment


                  #9
                  Hello quietplayer,

                  Thank you for your response.


                  Unfortunately, I do not have any update from the Development Team regarding this. As mentioned above, you may wish to select Save as Default so that you do not have to keep doing this for all indicators you add to your chart.

                  You may also Subscribe to receive notifications from our 'News and Announcements' Forum page where platform updates will be announced as well.


                  Please let me know if you have any additional questions.
                  Justin D.NinjaTrader Customer Service

                  Comment


                    #10
                    Hello, I am able to remove labels from indicators if i want to remove text from chart. However, when i am running strategy, a lot of settings appear on the chart. How can I remove thosee?


                    UPDATE
                    I was able to insert this code
                    public override string DisplayName
                    {
                    get { return ""; }
                    }​

                    But i still have some settings showing up. Can I remove those?


                    Is this the right place for this override function? there at the very top
                    {
                    public class StrategyName : Strategy
                    {
                    public BounceTraderAlgoV2()

                    public override string DisplayName
                    {
                    get { return ""; }
                    }​

                    Also it throws an arror Memeber Class Declaration expected on line where "get" is
                    public override string DisplayName
                    {
                    get { return "name of the strategy"; }
                    }​​
                    Last edited by tkaboris; 02-10-2023, 06:26 AM.

                    Comment


                      #11
                      Originally posted by tkaboris View Post
                      Hello, I am able to remove labels from indicators if i want to remove text from chart. However, when i am running strategy, a lot of settings appear on the chart. How can I remove thosee?


                      UPDATE
                      I was able to insert this code
                      public override string DisplayName
                      {
                      get { return ""; }
                      }​

                      But i still have some settings showing up. Can I remove those?


                      Is this the right place for this override function? there at the very top
                      {
                      public class StrategyName : Strategy
                      {
                      public BounceTraderAlgoV2()

                      public override string DisplayName
                      {
                      get { return ""; }
                      }​

                      Also it throws an arror Memeber Class Declaration expected on line where "get" is
                      public override string DisplayName
                      {
                      get { return "name of the strategy"; }
                      }​​
                      Hello tkaboris,

                      Thanks for this note.

                      I see you have posted this question in a new thread:
                      How to fix class member declaration expected namespace NinjaTrader.NinjaScript.Strategies { public class MyStrategy : Strategy { public MyStrategy() public override string DisplayName { get { return "My strategy name v3"; } -> error on this line }​ private double currentPnl; ​


                      I have responded to that thread and will gladly continue to assist you with your scripting-related questions there.

                      I appreciate your time and patience.
                      Emily C.NinjaTrader Customer Service

                      Comment


                        #12
                        HI once more.
                        I was able to change title of the strategy by overriding

                        however I still want to remove indicators used in strategy from the chart. see screenshot


                        These indicators coming from strategy plots, so i cant undo them, maybe override them too?
                        AddChartIndicator
                        Is there a way to do it?​
                        Last edited by tkaboris; 02-20-2023, 11:38 AM.

                        Comment


                          #13
                          Hello tkaboris,

                          Thank you for your note.

                          The label field in the strategy settings may be adjusted. If you leave it blank, no info will appear, and then you could also use quotations to display only the text within the quotations and leave out the system information like the indicator details. For more information about strategy properties:


                          For example, if you change the label to include quotes so it is "My Bounce Strategy Override" then it will only display that name and no other parameter information.

                          Please let us know if we may be of further assistance.
                          Emily C.NinjaTrader Customer Service

                          Comment

                          Latest Posts

                          Collapse

                          Topics Statistics Last Post
                          Started by GussJ, 03-04-2020, 03:11 PM
                          11 responses
                          3,222 views
                          0 likes
                          Last Post xiinteractive  
                          Started by andrewtrades, Today, 04:57 PM
                          1 response
                          10 views
                          0 likes
                          Last Post NinjaTrader_Manfred  
                          Started by chbruno, Today, 04:10 PM
                          0 responses
                          7 views
                          0 likes
                          Last Post chbruno
                          by chbruno
                           
                          Started by josh18955, 03-25-2023, 11:16 AM
                          6 responses
                          438 views
                          0 likes
                          Last Post Delerium  
                          Started by FAQtrader, Today, 03:35 PM
                          0 responses
                          10 views
                          0 likes
                          Last Post FAQtrader  
                          Working...
                          X