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 geddyisodin, Today, 05:20 AM
            3 responses
            20 views
            0 likes
            Last Post NinjaTrader_Gaby  
            Started by lorem, Today, 09:18 AM
            1 response
            4 views
            0 likes
            Last Post lorem
            by lorem
             
            Started by bmartz, Today, 09:30 AM
            0 responses
            3 views
            0 likes
            Last Post bmartz
            by bmartz
             
            Started by GussJ, 03-04-2020, 03:11 PM
            14 responses
            3,245 views
            0 likes
            Last Post GussJ
            by GussJ
             
            Started by ArkansasClint, Today, 09:28 AM
            0 responses
            2 views
            0 likes
            Last Post ArkansasClint  
            Working...
            X