Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Disable loading of workspaces upon start

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

    Disable loading of workspaces upon start

    How can I disable loading of workspaces upon start? currently it loads the workspaces that were open the last time - and it can't handle loading so much stuff concurrently (probably because I have too many charts total)

    data might not be loaded completely for many charts or ninjascript not run.. or both..

    #2
    Hello,

    Thank you for writing in.

    Glad to assist. Holding the Ctrl key at startup will cause NinjaTrader 8 to launch in Safe Mode, which will suppress any workspace from opening as well as custom items. Outside of this, the only other method to stop a workspace from loading at startup would be by moving the workspace file itself before launching. The workspaces are stored by name at Documents > NinjaTrader 8 > workspaces.

    See the below section of our help guide for more on safe mode if needed.
    http://ninjatrader.com/support/helpG...ty_add-ons.htm

    Let us know if we may assist further.

    Comment


      #3
      is there a way to initiate garbage collection by the user?

      Comment


        #4
        Yes
        Code:
        else if(State == State.Terminated)
        {    
            // Garbage collect
            System.GC.Collect();
        }

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        90 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        31 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        34 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        69 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X