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 Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          579 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          334 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          101 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          554 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          551 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X