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 charlesugo_1, 05-26-2026, 05:03 PM
          0 responses
          66 views
          0 likes
          Last Post charlesugo_1  
          Started by DannyP96, 05-18-2026, 02:38 PM
          1 response
          149 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by CarlTrading, 05-11-2026, 05:56 AM
          0 responses
          162 views
          0 likes
          Last Post CarlTrading  
          Started by CarlTrading, 05-10-2026, 08:12 PM
          0 responses
          99 views
          0 likes
          Last Post CarlTrading  
          Started by Hwop38, 05-04-2026, 07:02 PM
          0 responses
          286 views
          0 likes
          Last Post Hwop38
          by Hwop38
           
          Working...
          X