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 Mindset, 04-21-2026, 06:46 AM
        0 responses
        105 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Started by M4ndoo, 04-20-2026, 05:21 PM
        0 responses
        148 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by M4ndoo, 04-19-2026, 05:54 PM
        0 responses
        71 views
        0 likes
        Last Post M4ndoo
        by M4ndoo
         
        Started by cmoran13, 04-16-2026, 01:02 PM
        0 responses
        125 views
        0 likes
        Last Post cmoran13  
        Started by PaulMohn, 04-10-2026, 11:11 AM
        0 responses
        79 views
        0 likes
        Last Post PaulMohn  
        Working...
        X