Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

How do I compute the P&L of a strategy since the last flat position?

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

    How do I compute the P&L of a strategy since the last flat position?

    Hello,

    I was using

    SystemPerformance.AllTrades[SystemPerformance.AllTrades.Count - 1].ProfitCurrency

    to print the P&L of the strategy, but found out that if I had a partially filled order followed by a filled order, the system treated it as 2 trades, and therefore the P&L would only show the last trade (not including the partially filled). But what I really want is to print the P&L of the strategy from the last flat position and this flat position, how can I achieve that?
    Thanks,

    Billy

    #2
    Hello Billy,

    The trades being separated would be expected, and how this would be reported in the TradePerformance window.

    You could choose to track the PnL yourself, and reset this on each time the position is flat.

    Below is a link to an example named DailyLossLimitExample_NT8 that resets on a new session, which you could adapt to reset when the position is flat.
    Hello, I've updated the DailyLossLimit and DailyLosLimitMultiTrade examples that were posted on the forum for NinjaTrader 7 for NinjaTrader 8. These are often requested and I felt they are good examples to have for NT8. DailyLossLimitExample_NT7 - http://ninjatrader.com/support/forum...241#post451241 (http://ninjatrader
    Chelsea B.NinjaTrader Customer Service

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    88 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Started by M4ndoo, 04-20-2026, 05:21 PM
    0 responses
    135 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
    119 views
    0 likes
    Last Post cmoran13  
    Started by PaulMohn, 04-10-2026, 11:11 AM
    0 responses
    69 views
    0 likes
    Last Post PaulMohn  
    Working...
    X