Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

List all Instruments with open positions

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

    List all Instruments with open positions

    It may already be in the forum or help guide but I must not be searching for the right phrase on this.

    I have a strategy that doesn't buy/sell anything but instead runs on minute bars and sends me SMS messages at market open and then on the hour for RTHs afterwards. The main buy/sell strategy always runs on a list of instruments so the status strategy sends overall account info such as net liquidation, realized PnL, Unrealized PnL, and etc. I'm looking to refine this status message with a summation of all negative unrealized PnL positions with a count as well as a summation of all positive unrealized PnL positions with a count.
    Ex:
    Unrealized Profits $100 in 14 Instruments
    Unrealized Losses $50 in 10 Instruments

    What can I use in the status strategy that would give me possibly an array of instruments currently held by the account?

    With that list I should be able to lookup each of those instruments to tally my information.

    Thanks,

    #2
    Hello antrux,

    Thanks for your post.

    You may use the Account.Positions collection to loop through all open positions on the account. The Position's UnRealized PnL can be calculated from the Position.GetUnrealizedPnL() and then you can sort your instruments to either be placed in a new collection for positive and negative PnL or in your own way to sort and present this information. The Position object will also let you know the Instrument of the position with the Position's Instrument object.

    Account.Positions - https://ninjatrader.com/support/help...ns_account.htm

    Position.GetUnRealizedPnL() - https://ninjatrader.com/support/help...profitloss.htm

    Position - https://ninjatrader.com/support/help...s/position.htm

    Please let us know if we can be of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    90 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    137 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by M4ndoo, 04-19-2026, 05:54 PM
    0 responses
    68 views
    0 likes
    Last Post M4ndoo
    by M4ndoo
     
    Started by cmoran13, 04-16-2026, 01:02 PM
    0 responses
    120 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    72 views
    0 likes
    Last Post PaulMohn  
    Working...
    X