Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Speed Up OnRender

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

    Speed Up OnRender

    Inputs: OnBarUpdate on each tick collects buy and sell volume.
    Output: Ellipses drawn OnRender based on buy/sell volume.
    Goal: Get my OnRender Ellipses to fill as soon as possible.

    Knowing that OnRender is set to automatically be called every 250ms can I speed up how fast OnRender is called? Can I add a OnRender call inside OnBarUpdate? Is the best way to add TickRefresh?

    Thanks

    #2
    Hi mlprice12, thanks for posting. The ForceRefresh() method will notify the system that OnRender needs to be called but it will not trigger OnRender instantly. There is no supported way to force OnRender any faster than once every 250ms.

    Kind regards,
    -ChrisL

    Comment


      #3
      Thanks NinjaTrader_ChrisL

      According to the ForceRefresh() page, OnBarUpdate events will cause OnRender to trigger.

      Since my indicator is set to on each tick is it safe to assume my on render is refreshing with every new trade or is it really only triggering every 250ms?

      Comment


        #4
        Hi mlprice, the OnBarUpdate method call will cause OnRender to get called, it will render on every tick of the market, at least where there is a new price and the bar needs to re-render.

        Kind regards,
        -ChrisL

        Comment


          #5
          Thanks NinjaTrader_ChrisL

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          637 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          366 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          107 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          569 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          571 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X