Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

plotting and impact on performance

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

    plotting and impact on performance

    I have an indicator where on every tick I call

    PlotX.Set(currentValue);

    Does this cause performance problems? This indicator runs on a 1 minute candle, so for every tick, I will be plotting a value over and over again for the same candle, regardless of whether or not the value changed. I'm okay with this, but I'm not sure what impact this will have on performance. Will this slow down NT at all? Should I avoid calling this if the value doesn't change?

    As well, are there any guidelines that are provided that deal with performance implications of indicator code, like things to watch out for?

    Thanks in advance,

    Ken

    #2
    Ken, yes - updating plots / indicators on each incoming tick has performance implications - we have collected tips for increasing NinjaTrader's performance on this page - http://www.ninjatrader-support.com/H...anceTips1.html

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    585 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    340 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    554 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    552 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X