Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

Any way for AddOn to known workspace changed

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

    Any way for AddOn to known workspace changed

    Is there any programmatic way to know that the workspace changed? For example an event that can be hooked to know that a new workspace is now current?

    #2
    Hi aslane, thanks for your post.

    There is no event method for a workspace close/switch. There is an open feature request ID to add a method to know when a workspace changes:#663. I'll add a vote to this for you.

    We appreciate your feedback.
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Actually, there is the following:
      Code:
      NinjaTrader.Core.Globals.ActiveWorkspaceChanged += OnActiveWorkspaceChanged;

      Comment


        #4
        Hi aslane, good find. I don't see this documented in the help guide
        Chris L.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by rene69851, 05-02-2024, 03:25 PM
        1 response
        20 views
        0 likes
        Last Post rene69851  
        Started by ETFVoyageur, Yesterday, 07:05 PM
        5 responses
        42 views
        0 likes
        Last Post ETFVoyageur  
        Started by jpeep, 08-16-2020, 08:31 AM
        13 responses
        487 views
        0 likes
        Last Post notenufftime  
        Started by realblubb, 04-28-2024, 09:28 AM
        2 responses
        32 views
        0 likes
        Last Post realblubb  
        Started by bmarovets, Today, 06:33 PM
        0 responses
        12 views
        0 likes
        Last Post bmarovets  
        Working...
        X