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 CarlTrading, 03-31-2026, 09:41 PM
          1 response
          64 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 04-01-2026, 02:41 AM
          0 responses
          35 views
          0 likes
          Last Post CarlTrading  
          Started by CaptainJack, 03-31-2026, 11:44 PM
          0 responses
          59 views
          1 like
          Last Post CaptainJack  
          Started by CarlTrading, 03-30-2026, 11:51 AM
          0 responses
          62 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 03-30-2026, 11:48 AM
          0 responses
          51 views
          0 likes
          Last Post CarlTrading  
          Working...
          X