Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

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.
    Paul H.NinjaTrader Customer Service

    Comment


      #3
      Thank you Paul.

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by benmarkal, Yesterday, 12:52 PM
      3 responses
      22 views
      0 likes
      Last Post NinjaTrader_Gaby  
      Started by helpwanted, Today, 03:06 AM
      1 response
      17 views
      0 likes
      Last Post sarafuenonly123  
      Started by Brevo, Today, 01:45 AM
      0 responses
      11 views
      0 likes
      Last Post Brevo
      by Brevo
       
      Started by aussugardefender, Today, 01:07 AM
      0 responses
      6 views
      0 likes
      Last Post aussugardefender  
      Started by pvincent, 06-23-2022, 12:53 PM
      14 responses
      244 views
      0 likes
      Last Post Nyman
      by Nyman
       
      Working...
      X