Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Freezing..

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

    Freezing..

    Screen is freezing up and I will sometimes get the error message that the program has stopped working. I get this especially after I have run a backtest and then I disconnect from Ameritrade. I'm running a lot of backtests, is it saving all this data somewhere and clogging up the system? Is it in a place where I can possibly clear out old data from backtests?

    #2
    Hello Delta007,

    Thank you for your post.

    During backtesting if you are changing the code and then running the test again the previous code is still in memory. You can release it with a restart of NinjaTrader.
    Other items of note include drawing objects, printing and logging that is done in your strategy code. If you can comment these sections out during backtesting it will help improve the performance.
    In addition, any un-used OnMarketData() or OnMarketDepth() methods will result in high CPU cycles that are unnecessary.

    For information on our performance tips please visit the following link: http://www.ninjatrader.com/support/h...ance_tips2.htm

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

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by gravdigaz6, Today, 11:40 PM
    0 responses
    4 views
    0 likes
    Last Post gravdigaz6  
    Started by MarianApalaghiei, Today, 10:49 PM
    3 responses
    9 views
    0 likes
    Last Post NinjaTrader_Manfred  
    Started by XXtrader, Today, 11:30 PM
    0 responses
    3 views
    0 likes
    Last Post XXtrader  
    Started by love2code2trade, Yesterday, 01:45 PM
    4 responses
    28 views
    0 likes
    Last Post love2code2trade  
    Started by funk10101, Today, 09:43 PM
    0 responses
    9 views
    0 likes
    Last Post funk10101  
    Working...
    X