Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

OnRender always updating

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

  • blar58
    replied
    Thank you Jesse

    Leave a comment:


  • NinjaTrader_Jesse
    replied
    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.

    Leave a comment:


  • blar58
    started a topic OnRender always updating

    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

Latest Posts

Collapse

Topics Statistics Last Post
Started by RookieTrader, Today, 09:37 AM
3 responses
15 views
0 likes
Last Post NinjaTrader_ChelseaB  
Started by kulwinder73, Today, 10:31 AM
0 responses
7 views
0 likes
Last Post kulwinder73  
Started by terofs, Yesterday, 04:18 PM
1 response
24 views
0 likes
Last Post terofs
by terofs
 
Started by CommonWhale, Today, 09:55 AM
1 response
4 views
0 likes
Last Post NinjaTrader_Erick  
Started by Gerik, Today, 09:40 AM
2 responses
7 views
0 likes
Last Post Gerik
by Gerik
 
Working...
X