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 CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    53 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    32 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    195 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    359 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    278 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X