Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Getting realized PNL on multi instrument

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

    Getting realized PNL on multi instrument

    If we use:

    Performance.RealtimeTrades.TradesPerformance.Curre ncy.CumProfit;

    To get the realized PNL of a strategy, is there something we can call to get individual realized for a particular instrument in a multi instrument strategy? I tried calling inside of each BarsInProgress, but it didn't seem to separate the pnl.

    Thanks

    #2
    Hello lookOutBelow,

    Thank you for your note.

    There is not a built in method/variable for retrieving the realized PnL by instrument in a single multi-instrument strategy.

    What you can do is track the PnL manually by instrument and then retrieve it when you need it. Depending on your needs, you would likely have something like an array of lists (because the number of instruments is likely fixed but the number of potentially simultaneously open orders is not), each list of which tracked the price at which each order filled per instrument. Then when the order exited, match the exit fill price to the entry fill price to determine your realized PnL per trade. You could use a double array to store the realized PnL per instrument and update each instrument's realized PnL each time a position exited.

    Please let me know if you have any questions or if I may be of further assistance.
    Michael M.NinjaTrader Quality Assurance

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Geovanny Suaza, 02-11-2026, 06:32 PM
    0 responses
    596 views
    0 likes
    Last Post Geovanny Suaza  
    Started by Geovanny Suaza, 02-11-2026, 05:51 PM
    0 responses
    343 views
    1 like
    Last Post Geovanny Suaza  
    Started by Mindset, 02-09-2026, 11:44 AM
    0 responses
    103 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by Geovanny Suaza, 02-02-2026, 12:30 PM
    0 responses
    556 views
    1 like
    Last Post Geovanny Suaza  
    Started by RFrosty, 01-28-2026, 06:49 PM
    0 responses
    554 views
    1 like
    Last Post RFrosty
    by RFrosty
     
    Working...
    X