Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Empty strategy optimization consume all available memory

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

    Empty strategy optimization consume all available memory

    Hello.
    Each my optimization start to consume all available memory.
    I removed code line by line from one of my strategy until this version:

    PHP Code:
    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.ComponentModel.DataAnnotations;
    using System.Linq;
    using System.Text;
    using System.Threading.Tasks;
    using System.Windows;
    using System.Windows.Input;
    using System.Windows.Media;
    using System.Xml.Serialization;
    using NinjaTrader.Cbi;
    using NinjaTrader.Gui;
    using NinjaTrader.Gui.Chart;
    using NinjaTrader.Gui.SuperDom;
    using NinjaTrader.Data;
    using NinjaTrader.NinjaScript;
    using NinjaTrader.Core.FloatingPoint;
    using NinjaTrader.NinjaScript.Indicators;
    using NinjaTrader.NinjaScript.DrawingTools;
    
    namespace NinjaTrader.NinjaScript.Strategies.sIC
    {
        public class sEmpty_MemoryLeaks : Strategy
        {
            [Range(0, double.MaxValue)]                 
            [NinjaScriptProperty] 
            [Display(GroupName = "01. Size",         Order = 2)] 
            public double    HeigthMinSizeK        { get; set; }
            
        }
    } 
    
    Here is video of how optimization of this strategy passed: 40 iterations on 2-month history consumed all available memory (about 10 Gb).



    Win 10 Pro x64 version 1703, OS Build 15063.608
    NT8 8.0.9.0 64 bit
    fx.practic
    NinjaTrader Ecosystem Vendor - fx.practic

    #2
    Hello,

    Thank you for the post.

    I just wanted to provide a quick note to let you know I am currently reviewing this case. Once I have more details from testing I will reply back here.

    I look forward to being of further assistance

    Comment


      #3
      Hello,

      I just wanted to reply back on this item.

      During my testing, I had seen the memory increase but I had not seen the optimizer get stuck or otherwise affect the platform. Also, the memory was released sometime after my tests. I had run this past product management and it was determined to reduce the max kept results for your test to reduce the overall memory usage.

      Are you seeing a situation with realistic settings that is also increasing memory in a non-standard way? I see using less max results does decrease the overall memory use. In your example there is a maximum of 100 results, was there a reason you are trying to retain 10000?

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

      Comment


        #4
        When I run optimization, I always want to keep all results of all iteration.
        So, I put excess number of results to not loose anyone.
        fx.practic
        NinjaTrader Ecosystem Vendor - fx.practic

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by CaptainJack, 05-29-2026, 05:09 AM
        0 responses
        267 views
        0 likes
        Last Post CaptainJack  
        Started by CaptainJack, 05-29-2026, 12:02 AM
        0 responses
        169 views
        0 likes
        Last Post CaptainJack  
        Started by charlesugo_1, 05-26-2026, 05:03 PM
        0 responses
        171 views
        1 like
        Last Post charlesugo_1  
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        260 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        210 views
        0 likes
        Last Post CarlTrading  
        Working...
        X