Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to monitor resources

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

    How to monitor resources

    I've been developing some strategies which started out very simply with perhaps a few dozen lines of actual executable code (not counting variable declarations, parameters and the like).

    Over time, some of these strategies have ballooned to hundreds of lines. The vast majority is just assigning values to variables, and/or logic, and some basic indicator references (getting moving average values for example). My strategies tend to be run on Range bars and are COBC = FALSE.

    My question is: is there a way to determine how much actual time Ninja takes to update a strategy for a tick? Or, some other performance metric(s) that tells me how much the strategy is impacting the available resources.

    So far I haven't had any problems, but as I add more instruments and the strategies become ever more complex, I'd prefer to know, ahead of time, where I might get in trouble.

    What is best way to monitor system performance and/or anticipate problems? Or is it really just a subjective and empirical thing, just need to wait and watch for any problems?

    #2
    Hello,

    The best way to ensure your functions are being called as you expected is to use Print statements and checking the System time they are being printed. More advanced method would be using .NET's Stopwatch Class: http://msdn.microsoft.com/en-us/libr...stopwatch.aspx
    MatthewNinjaTrader Product Management

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 03-31-2026, 09:41 PM
    1 response
    152 views
    1 like
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 04-01-2026, 02:41 AM
    0 responses
    89 views
    1 like
    Last Post CarlTrading  
    Started by CaptainJack, 03-31-2026, 11:44 PM
    0 responses
    133 views
    2 likes
    Last Post CaptainJack  
    Started by CarlTrading, 03-30-2026, 11:51 AM
    0 responses
    127 views
    1 like
    Last Post CarlTrading  
    Started by CarlTrading, 03-30-2026, 11:48 AM
    0 responses
    107 views
    0 likes
    Last Post CarlTrading  
    Working...
    X