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 pechtri, 06-22-2023, 02:31 AM
        9 responses
        122 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by frankthearm, 04-18-2024, 09:08 AM
        16 responses
        66 views
        0 likes
        Last Post NinjaTrader_Clayton  
        Started by habeebft, Today, 01:18 PM
        1 response
        5 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by benmarkal, Today, 12:52 PM
        2 responses
        14 views
        0 likes
        Last Post benmarkal  
        Started by f.saeidi, Today, 01:38 PM
        1 response
        8 views
        0 likes
        Last Post NinjaTrader_BrandonH  
        Working...
        X