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 NullPointStrategies, Today, 05:17 AM
      0 responses
      46 views
      0 likes
      Last Post NullPointStrategies  
      Started by argusthome, 03-08-2026, 10:06 AM
      0 responses
      126 views
      0 likes
      Last Post argusthome  
      Started by NabilKhattabi, 03-06-2026, 11:18 AM
      0 responses
      66 views
      0 likes
      Last Post NabilKhattabi  
      Started by Deep42, 03-06-2026, 12:28 AM
      0 responses
      42 views
      0 likes
      Last Post Deep42
      by Deep42
       
      Started by TheRealMorford, 03-05-2026, 06:15 PM
      0 responses
      46 views
      0 likes
      Last Post TheRealMorford  
      Working...
      X