Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Pivots Indicator Can't Adjust Plots

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

    Pivots Indicator Can't Adjust Plots

    8.0.0.3
    In @Pivots.cs, you use RenderTarget.DrawLine to draw the lines, such as PP or S2. In NT7 I could change the color, the line style and width of the plot and it would reflect in the indicator. In NT8 only the color can be changed.

    Thanks,
    Dale

    #2
    Hello Dale,

    Thank you for your post.

    As the DrawLine is using the plot you can set the PlotStyle and other values, for example:
    Code:
    plot.PlotStyle = PlotStyle.Dot;

    Comment


      #3
      Originally posted by NinjaTrader_PatrickH View Post
      Hello Dale,

      Thank you for your post.

      As the DrawLine is using the plot you can set the PlotStyle and other values, for example:
      Code:
      plot.PlotStyle = PlotStyle.Dot;
      I was changing the values in the indicator window/dialog, just as I did on NT7.
      Here is a link to a brief Jing video demonstrating the problem: http://screencast.com/t/1hcSki0q

      Comment


        #4
        Hello Dale,

        Thanks for pointing that out, I had originally thought you were looking to edit this in code.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by Geovanny Suaza, 02-11-2026, 06:32 PM
        0 responses
        672 views
        0 likes
        Last Post Geovanny Suaza  
        Started by Geovanny Suaza, 02-11-2026, 05:51 PM
        0 responses
        379 views
        1 like
        Last Post Geovanny Suaza  
        Started by Mindset, 02-09-2026, 11:44 AM
        0 responses
        111 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by Geovanny Suaza, 02-02-2026, 12:30 PM
        0 responses
        575 views
        1 like
        Last Post Geovanny Suaza  
        Started by RFrosty, 01-28-2026, 06:49 PM
        0 responses
        582 views
        1 like
        Last Post RFrosty
        by RFrosty
         
        Working...
        X