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 Stanfillirenfro, Today, 07:23 AM
        1 response
        2 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Started by cmtjoancolmenero, Yesterday, 03:58 PM
        2 responses
        20 views
        0 likes
        Last Post cmtjoancolmenero  
        Started by olisav57, Yesterday, 07:39 PM
        1 response
        9 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by cocoescala, 10-12-2018, 11:02 PM
        7 responses
        943 views
        0 likes
        Last Post Jquiroz1975  
        Started by oviejo, Today, 12:28 AM
        1 response
        12 views
        0 likes
        Last Post NinjaTrader_Gaby  
        Working...
        X