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.

    World's leading screen capture + recorder from Snagit + Screencast by Techsmith. Capture, edit and share professional-quality content seamlessly.


    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 argusthome, 03-08-2026, 10:06 AM
        0 responses
        77 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        45 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        27 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        63 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X