Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Closing Workspace at market close

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

    Closing Workspace at market close

    Hi,
    Is it possible to close the workspace at market close without having the confirmation of "save workspace"

    this is what I'm using
    Gui.Tools.WorkspaceOptions.CloseWorkspace("name", false, false, false);

    please let me know

    #2
    Hello PWillard,

    I am not aware of any way to close the workspace without having the dialog to save. You could potentially handle that using an addon however I don't have a specific example I could provide. You could see the following post for an explanation of how you may close a dialog.

    https://ninjatrader.com/support/foru...rs#post1052911


    I look forward to being of further assistance.

    Comment


      #3
      hey Jesse,
      I tried your sample code but Core.Globals.AllWindows doesn't contain the MessageBox windows when trying to close workspace individually.
      I can see the window for saving workspace while trying to close NT8 but any way to detect the "close workspace"

      Code:
                      foreach (var eachWindow in Core.Globals.AllWindows) {
                          eachWindow.Dispatcher.InvokeAsync(() => {
                              Printer("Title: " + eachWindow.Title);
                          });
                      }

      Comment


        #4
        Hello PWillard,

        In that case I am not aware of any way you could automate the individual workspaces. There is currently not a supported api for controlling the workspaces or collecting events so I am not aware of any other means to detect the closing of the workspace.


        I Look forward to being of further assistance.

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by DannyP96, 05-18-2026, 02:38 PM
        1 response
        85 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        143 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        83 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        256 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by Mindset, 04-21-2026, 06:46 AM
        0 responses
        334 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X