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 PhillT, 04-19-2024, 02:16 PM
            4 responses
            31 views
            0 likes
            Last Post PhillT
            by PhillT
             
            Started by ageeholdings, 05-01-2024, 05:22 AM
            5 responses
            36 views
            0 likes
            Last Post ageeholdings  
            Started by reynoldsn, Today, 02:34 PM
            0 responses
            10 views
            0 likes
            Last Post reynoldsn  
            Started by nightstalker, Today, 02:05 PM
            0 responses
            17 views
            0 likes
            Last Post nightstalker  
            Started by llanqui, Yesterday, 09:59 AM
            8 responses
            30 views
            0 likes
            Last Post llanqui
            by llanqui
             
            Working...
            X