Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Update bar color dynamically

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

    Update bar color dynamically

    Does the 'TransformBrush' check for brush overrides at the indicator level? If I'm writing candlestyle code that wishes to 'fix' or change the color of the candles dynamically via a volume parameter, would the following be the right way of going about it?

    Code:
    SharpDX.Color cb;
    cb = new ColorBGRA(0, 255, 0, 255);.
    SharpDX.Direct2D1.Brush cbrush = new SharpDX.Direct2D1.SolidColorBrush(RenderTarget, cb);
    Do you have a better suggestion? By which other means can I update a bar's color dynamically based on some other parameter?

    #2
    Hello bkinvent,

    Thanks for your post and welcome to the forums.

    Are you wanting to do this in OnRender() or do you prefer to do this in OnBarUpdate()?
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Is it possible for you to comment on both? What's the difference between changing color in OnRender() and OnBarUpdate? Is it possible to use OnBarUpdate() for a custom Chartstyle? Similarly, for a custom indicator, what benefits is there for one to make use of OnRender()? Is it possible to incorporate an indicator within a custom ChartStyle?

      Comment


        #4
        Hello bkinvent,

        Thanks for your post.

        Please do not duplicate posts and continue your conversation here: http://ninjatrader.com/support/forum...ad.php?t=75762

        Thank-you.
        Paul H.NinjaTrader Customer Service

        Comment


          #5
          Sorry, I guess I'm new, but that should've been obvious. Thank you for your reminder!

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by tsantospinto, 04-12-2024, 07:04 PM
          7 responses
          126 views
          0 likes
          Last Post aligator  
          Started by futtrader, 04-21-2024, 01:50 AM
          5 responses
          56 views
          0 likes
          Last Post NinjaTrader_Eduardo  
          Started by PeakTry, Today, 10:49 AM
          0 responses
          2 views
          0 likes
          Last Post PeakTry
          by PeakTry
           
          Started by llanqui, Today, 10:32 AM
          0 responses
          5 views
          0 likes
          Last Post llanqui
          by llanqui
           
          Started by StockTrader88, 03-06-2021, 08:58 AM
          45 responses
          3,994 views
          3 likes
          Last Post johntraderuser2  
          Working...
          X