Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How to detect Global Simulation Mode?

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

    How to detect Global Simulation Mode?

    Hello,
    Is it possible from the strategy's script to detect whether it's Global Simulation Mode or not?
    Thanks

    #2
    Hello Velox,

    Thank you for your post.

    I am not aware of any methods supported or unsupported to detect for Global Simulation Mode.

    I will leave this thread open for any of our other users who might have been able to accomplish this.

    Let me know if I can be of further assistance.
    Cal H.NinjaTrader Customer Service

    Comment


      #3
      Hello Cal,
      We found that there is a way to do it:

      bool IsGlobalSimulationMode()
      {
      return SimOptions.Options.GlobalSimulationMode;
      }

      But I have another related question. Is it possible to get the account name and also to receive an event when active account is changed?

      Thank you

      Comment


        #4
        Velox,

        That is great. I will be sure to keep that handy for future reference.

        As for the accounts, I know you can get the account names though I am not sure about the event for changed.
        Here is a link for account names, keep in mind this is still unsupported programming and do not have documentation on the subject.
        http://www.ninjatrader.com/support/f...atid=6&lpage=1
        Cal H.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        77 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        45 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        27 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        32 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        62 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X