Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnRender optimizations

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

    OnRender optimizations

    Hey, so currently I'm looping through chartBars in my Onrender function to draw a bunch of stuff. When I turn up the "days to load" it becomes quite slow, and I can see that it's the OnRender() causing this. So is there a way to only get the bars that are displayed? And are there any other tips for optimizing OnREnder type drawing?

    #2
    Well, first of all, you should only be looping from ChartBars.FromIndex to ChartBars.ToIndex. Second, you should ensure that you are not doing any "calculations" in OnRender - that should be pre-staged in OnBarUpdate or perhaps OnMarketData if that's truly necessary, and OnRender should only be displaying the final results. Those are the "lowest hanging fruit" - if you do those things, you're down to smaller things like re-using rather than re-instantiating SharpDX brushes and so forth.

    See also: https://ninjatrader.com//support/hel...bars.fromindex

    Go through that page and study those recommendations - they're practical advice.
    Last edited by QuantKey_Bruce; 04-05-2023, 05:08 AM.
    Bruce DeVault
    QuantKey Trading Vendor Services
    NinjaTrader Ecosystem Vendor - QuantKey

    Comment


      #3
      Thanks again Bruce, using the FromIndex / ToIndex did the trick!!

      Comment

      Latest Posts

      Collapse

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