Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Account on which a Strategy is running

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

    Account on which a Strategy is running

    Hello,

    Is it possible to get in a strategy script, the account on which the strategy has been launched? If not, can this information be gathered from elsewhere with a program ? (The accounts associated to the realtime strategies in the Strategies tab).

    Thank you.

    #2
    Jean-Marc, unfortunately this is not supported - as a hint you could check into the AccountName property.

    Comment


      #3
      Originally posted by NinjaTrader_Bertrand View Post
      Jean-Marc, unfortunately this is not supported - as a hint you could check into the AccountName property.
      Thank you : Is there any instruction I can use to read this account name property?, or do you mean that this can be seen "visually" in the strategies table?

      Comment


        #4
        Just posted in your other threads, though unsupported you can try checking it like this...

        Code:
         
        if (AccountName == "Sim101");
        ....

        Comment


          #5
          Originally posted by NinjaTrader_Bertrand View Post
          Just posted in your other threads, though unsupported you can try checking it like this...

          Code:
           
          if (AccountName == "Sim101");
          ....

          This hint works. Thank you.

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          639 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          366 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          107 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          569 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          572 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X