Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Set brushes to chart default

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

    Set brushes to chart default

    Hello,

    How can I set the BarBrushes= Brushes. (chart default down bar colour)?

    I've tried BarBrushes=Brushes. ChartBars.Properties.ChartStyle.DownBrush;

    ...but is not working.

    Essentially I want to change a bar's colour back to charts default colour.

    Thanks
    Last edited by b16_aln; 09-09-2019, 07:22 AM.

    #2
    Hello b16_aln,

    Thanks for your post.

    Set the BarBrush to null to return to the DataSeries selection for the bar.

    BarBrush = null;
    Last edited by NinjaTrader_PaulH; 09-09-2019, 08:07 AM. Reason: Corrected example, was BarsBrush = null and that was a typo.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Thanks but i need to reference the bar index to change back to default that's why i chose to use BarBrushes[]. I don't think I can do this using BarBrush?

      Comment


        #4
        Hello b16_aln,

        Thanks for your reply.

        Please try BarBrushes[n] = null; where [n] would be the barsago of the brush to reset to the data series brush color.
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          Thanks Paul, that seems to have done the trick.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by algospoke, Today, 06:40 PM
          0 responses
          10 views
          0 likes
          Last Post algospoke  
          Started by maybeimnotrader, Today, 05:46 PM
          0 responses
          7 views
          0 likes
          Last Post maybeimnotrader  
          Started by quantismo, Today, 05:13 PM
          0 responses
          7 views
          0 likes
          Last Post quantismo  
          Started by AttiM, 02-14-2024, 05:20 PM
          8 responses
          168 views
          0 likes
          Last Post jeronymite  
          Started by cre8able, Today, 04:22 PM
          0 responses
          10 views
          0 likes
          Last Post cre8able  
          Working...
          X