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 NullPointStrategies, Yesterday, 05:17 AM
        0 responses
        66 views
        0 likes
        Last Post NullPointStrategies  
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        141 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        76 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        47 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        51 views
        0 likes
        Last Post TheRealMorford  
        Working...
        X