Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnRender always updating

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

    OnRender always updating

    Is that normal that even not connected OnRender is continuously updating.

    I have written a Print statement to test this and I see my statement continuously printing ?
    How can it update when there are no ticks coming in ?

    That must be taking a lot of computer resources ...

    Thanks

    #2
    Hello,

    Thank you for the question.

    OnRender is called very frequently and is not based on tick or market data, this is the Render loop for the chart and is related to how the chart is Rendered.

    This would be expected, OnRender can be processor intensive if you are running a heavy calculation that takes a lot of time from OnRender on each frame, just Printing would not take much effort. This method should be called very frequently though so please keep that in mind with calculations you do as this method is strictly for Rendering visuals on the chart panel.

    Generally most calculations that are data related would go in OnBarUpdate or one of the market data overrides, you could then display the results of those calculations more freely using OnRender.


    Please let me know if I may be of further assistance.
    JesseNinjaTrader Customer Service

    Comment


      #3
      Thank you Jesse

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by usazencort, Today, 01:16 AM
      0 responses
      1 view
      0 likes
      Last Post usazencort  
      Started by kaywai, 09-01-2023, 08:44 PM
      5 responses
      603 views
      0 likes
      Last Post NinjaTrader_Jason  
      Started by xiinteractive, 04-09-2024, 08:08 AM
      6 responses
      22 views
      0 likes
      Last Post xiinteractive  
      Started by Pattontje, Yesterday, 02:10 PM
      2 responses
      21 views
      0 likes
      Last Post Pattontje  
      Started by flybuzz, 04-21-2024, 04:07 PM
      17 responses
      230 views
      0 likes
      Last Post TradingLoss  
      Working...
      X