Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Print all Positions in the account

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

    Print all Positions in the account

    Hallo,

    I try to print all instruments in the account using:

    Code:
     for(int i = 0; i < PositionsAccount.Length; i++)
    {
    Print(PositionsAccount[i].Instrument);
    }
    Unfortunately NT8 is only showing one symbol and this is the symbol of the strategy. The other positions in the account are not shown.

    Why?

    Kind regards
    Gerik

    #2
    Hello Gerik,

    Thanks for your post.

    Positions.Account[] would be used for a multi-instrument strategy. From the help guide: "Holds an array of PositionAccount objects that represent positions managed by the strategy's account. This property should only be used when your strategy is executing orders against multiple instruments." https://ninjatrader.com/support/help...onsaccount.htm It would only report on those instruments that the strategy placed orders on.

    You can check for instrument positions under the account class. Please see: https://ninjatrader.com/support/help...ns_account.htm which includes an example.
    Last edited by NinjaTrader_PaulH; 02-17-2021, 08:09 AM. Reason: Moved to NinjaTrader8 strategy forum.

    Comment


      #3
      Thank you Paul.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by CaptainJack, 05-29-2026, 05:09 AM
      0 responses
      163 views
      0 likes
      Last Post CaptainJack  
      Started by CaptainJack, 05-29-2026, 12:02 AM
      0 responses
      82 views
      0 likes
      Last Post CaptainJack  
      Started by charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      125 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      206 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      185 views
      0 likes
      Last Post CarlTrading  
      Working...
      X