Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

RSI - plot & line removal !

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

    RSI - plot & line removal !

    Hello NT7 indicator development team

    On RSI how to remove line level and remove average plot? because on line level i made both same value then they merged into 1 line but on plot even i made average plot value = to rsi plot value they still appear 2 plots not 1 plot. so i need to remove average plot since it's noisy on screen.


    Best Wishes,
    Futureszone

    #2
    Without going into the code, you can set the plot color and line color to transparent in the normal indicator settings panel.

    Comment


      #3
      Originally posted by Tasker-182 View Post
      Without going into the code, you can set the plot color and line color to transparent in the normal indicator settings panel.
      Thank you for sharing that sounds nice and smart hack

      Comment


        #4
        Hi futureszone, thanks for writing in. In Initialize, you can comment out:

        Add(new Line(System.Drawing.Color.DarkViolet, 30, "Lower"));
        Add(new Line(System.Drawing.Color.YellowGreen, 70, "Upper"));

        Then to remove the avg plot, comment out everywhere it is calling "Avg.Set()"

        Kind regards.

        Comment


          #5
          Originally posted by NinjaTrader_ChrisL View Post
          Hi futureszone, thanks for writing in. In Initialize, you can comment out:

          Add(new Line(System.Drawing.Color.DarkViolet, 30, "Lower"));
          Add(new Line(System.Drawing.Color.YellowGreen, 70, "Upper"));

          Then to remove the avg plot, comment out everywhere it is calling "Avg.Set()"

          Kind regards.
          Hello Chris

          Thanks for your feedback I will copy and save that coding comment for my strategy programmer.


          Many Thanks,
          Futureszone

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by CaptainJack, 05-29-2026, 05:09 AM
          0 responses
          232 views
          0 likes
          Last Post CaptainJack  
          Started by CaptainJack, 05-29-2026, 12:02 AM
          0 responses
          150 views
          0 likes
          Last Post CaptainJack  
          Started by charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          161 views
          1 like
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          243 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          198 views
          0 likes
          Last Post CarlTrading  
          Working...
          X