Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

removing details charts.

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

    removing details charts.

    Hi guys.

    An investor wants to take a look at my charts.

    How can I move remove the details such as names of used indicators etc. out of the charts?

    Thx in advance.

    Theo.

    #2
    Hello theodorus,
    You can set the Label field from the Indicators parameter settings to black to remove the labels. Please refer to this video which further demonstrates it.

    Free online storage and sharing with Screencast.com. 2 GB of storage and 2 GB of bandwidth per month for free. We won't compress, alter or take ownership of your content.


    Please let me know if I can assist you any further.
    JoydeepNinjaTrader Customer Service

    Comment


      #3
      Thanx.

      I have removed the details this way. but I can still see the details of the used strategy.

      How can I remove these details

      Comment


        #4
        Hello theodorus,
        Please set the label field of the strategy to blank the same way while initializing the strategy. However this will remove the label of the strategy only.

        You have to override the string method (of the indicator) via the code to set the label to null for any indicators which is referenced to a strategy. A sample code will be like:

        Code:
        public override string ToString()
        {
        	return "";
        }
        Please refer to this sample indicator which further demonstrates it
        JoydeepNinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by fx.practic, 10-15-2013, 12:53 AM
        5 responses
        5,406 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by Shai Samuel, 07-02-2022, 02:46 PM
        4 responses
        98 views
        0 likes
        Last Post Bidder
        by Bidder
         
        Started by DJ888, Yesterday, 10:57 PM
        0 responses
        8 views
        0 likes
        Last Post DJ888
        by DJ888
         
        Started by MacDad, 02-25-2024, 11:48 PM
        7 responses
        160 views
        0 likes
        Last Post loganjarosz123  
        Started by Belfortbucks, Yesterday, 09:29 PM
        0 responses
        9 views
        0 likes
        Last Post Belfortbucks  
        Working...
        X