Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Is it more effecient to redraw or delet and redraw?

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

    Is it more effecient to redraw or delet and redraw?

    Is it more efficient to redraw the same object name with new attributes or delete the draw object and then draw it?

    Scenario:
    I have a draw object which is redrawn many times as price new bars are plotted. So I don't have many draw objects but the same one that constantly moves. Ninja seems to slow if I run it for many hours so I will restart ninja and that seems to cure it for a while. I didn't know if there was something I could do to help the issue in my NinjaScript.

    #2
    ct, I wouldn't expect to see much difference in both approaches, if you just want to update the object, then reusing the same tag id would be the suggested approach. How many objects do you maintain? Are you running on CalculateOnBarClose = false or true?
    BertrandNinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by frankthearm, Yesterday, 09:08 AM
    12 responses
    43 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by junkone, Today, 11:37 AM
    1 response
    12 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by quantismo, 04-17-2024, 05:13 PM
    5 responses
    35 views
    0 likes
    Last Post NinjaTrader_Gaby  
    Started by proptrade13, Today, 11:06 AM
    1 response
    6 views
    0 likes
    Last Post NinjaTrader_Clayton  
    Started by love2code2trade, 04-17-2024, 01:45 PM
    4 responses
    35 views
    0 likes
    Last Post love2code2trade  
    Working...
    X