Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

how to code thicker indicator plots

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

    how to code thicker indicator plots

    AddPlot(Brushes.Green, "LongUpper");

    what need to be added to this to change the brushed font size form default of 1 to something thicker

    #2
    Hello DTSSTS,

    Thanks for your post.

    This can be changed from the Width property of the plot.

    Plots[0].Width = 100;



    We look forward to assisting.

    Comment


      #3
      the strategy does not have an input like an indicator IT just says to AddPlot(Brushes.Green, "LongUpper");

      so some where in between the ( ) another input of some type

      Comment


        #4
        Hello DTSSTS,

        You can check the AddPlot documentation to see the overloads which are available.

        AddPlot - https://ninjatrader.com/support/help...8/?addplot.htm

        If you want to specify width with the Plot's Stroke, you could do as follows:

        AddPlot(new Stroke(Brushes.Orange, 100), PlotStyle.Line, "MyPlot");

        Did you try the code I provided in post #2?

        I have attached a screenshot showing my results.

        We look forward to assisting.
        Attached Files

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CarlTrading, 03-31-2026, 09:41 PM
        1 response
        43 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        21 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        30 views
        1 like
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        50 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        41 views
        0 likes
        Last Post CarlTrading  
        Working...
        X