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.
    JasonNinjaTrader Customer Service

    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 Shansen, 08-30-2019, 10:18 PM
            24 responses
            942 views
            0 likes
            Last Post spwizard  
            Started by Max238, Today, 01:28 AM
            0 responses
            9 views
            0 likes
            Last Post Max238
            by Max238
             
            Started by rocketman7, Today, 01:00 AM
            0 responses
            4 views
            0 likes
            Last Post rocketman7  
            Started by wzgy0920, 04-20-2024, 06:09 PM
            2 responses
            28 views
            0 likes
            Last Post wzgy0920  
            Started by wzgy0920, 02-22-2024, 01:11 AM
            5 responses
            33 views
            0 likes
            Last Post wzgy0920  
            Working...
            X