Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Is it possible to remove indicator names from chart?

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

    Is it possible to remove indicator names from chart?

    Is it possible to remove indicator names from chart? (i.e. MACD text marked with red box in attached screenshot)

    Thanks
    Attached Files

    #2
    Hello rassom,

    Yes, please remove the text in the Label field in the Indicator menu for each indicator you have applied.

    Comment


      #3
      It worked - thanks

      Another question: I have an indicator that draws a dot above or below each price bar. Is it possible to have it draw only a dot on the last price bar of the chart? (i.e. at the right edge of the chart) ?

      Thanks

      PS. Keep being amazed by your fast and competent support. By far best in industry! :-)

      Comment


        #4
        Hello rassom,
        Thanks for your kind words and I am replying for Jason.

        Yes it is possible to draw the dot on the last bar of the chart. If you have set COBC to true then please use the below code to draw the dot on the last bar.
        Code:
        this.DrawDot("dot", false,[B] -1[/B], High[0], Color.Blue);
        If you have set COBC to false, then the dot by default will be on the last bar.


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

        Comment


          #5
          I'd like not to touch the indicator code (am not a programmer) - is it possible to do it via settings for the (or any other) indicator to just have it draw the last bar/dot?

          Comment


            #6
            Hello rassom,
            Please set the Calculate on bar close property to false via the parameter box in the indicator and see if it works or not.
            • Right click on the chart
            • In the context menu click on Indicators...
            • Select the custom indicator you want to apply and click on the New button
            • In the right side pane, set the "Calculate On Bar Close" field to false.


            If the above does not works then unfortunately you have to custom code it further.

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

            Comment

            Latest Posts

            Collapse

            Topics Statistics Last Post
            Started by Mindset, 04-21-2026, 06:46 AM
            0 responses
            101 views
            0 likes
            Last Post Mindset
            by Mindset
             
            Started by M4ndoo, 04-20-2026, 05:21 PM
            0 responses
            144 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by M4ndoo, 04-19-2026, 05:54 PM
            0 responses
            71 views
            0 likes
            Last Post M4ndoo
            by M4ndoo
             
            Started by cmoran13, 04-16-2026, 01:02 PM
            0 responses
            125 views
            0 likes
            Last Post cmoran13  
            Started by PaulMohn, 04-10-2026, 11:11 AM
            0 responses
            79 views
            0 likes
            Last Post PaulMohn  
            Working...
            X