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 Mindset, 04-21-2026, 06:46 AM
      0 responses
      87 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by M4ndoo, 04-20-2026, 05:21 PM
      0 responses
      132 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by M4ndoo, 04-19-2026, 05:54 PM
      0 responses
      65 views
      0 likes
      Last Post M4ndoo
      by M4ndoo
       
      Started by cmoran13, 04-16-2026, 01:02 PM
      0 responses
      118 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      67 views
      0 likes
      Last Post PaulMohn  
      Working...
      X