Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Realized PnL

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

    Realized PnL

    Where do I find the reference for Realized PnL in condition builder? "Performance.Alltrades.TradesPerformance.Currency. CumProfit".. I just want this to report on the Sim101 account. Do I put Sim101 where the Alltrades is?

    #2
    You just run your strategy on the Sim101 account and it will automatically be reporting from the strategy trades on Sim101.
    Josh P.NinjaTrader Customer Service

    Comment


      #3
      This seems to return a cumprofit for many days.. Is there a "DayProfit" or something else in place of the CumProfit,, to only reflect the current day?
      Was looking at "TradesPerformanceValuesClass" in the help file (example below) but example produces the same results' a cumulative number for many days.

      protected override void OnBarUpdate()
      {
      // If the profit on real-time trades is > $1000 stop trading
      if (Performance.RealtimeTrades.TradesPerformance.Curr ency.CumProfit > 1000)
      return;
      }

      Comment


        #4
        gg80108,

        Please see this reference sample: http://www.ninjatrader-support2.com/...ead.php?t=4084
        Josh P.NinjaTrader Customer Service

        Comment

        Latest Posts

        Collapse

        Topics Statistics Last Post
        Started by argusthome, 03-08-2026, 10:06 AM
        0 responses
        88 views
        0 likes
        Last Post argusthome  
        Started by NabilKhattabi, 03-06-2026, 11:18 AM
        0 responses
        48 views
        0 likes
        Last Post NabilKhattabi  
        Started by Deep42, 03-06-2026, 12:28 AM
        0 responses
        30 views
        0 likes
        Last Post Deep42
        by Deep42
         
        Started by TheRealMorford, 03-05-2026, 06:15 PM
        0 responses
        34 views
        0 likes
        Last Post TheRealMorford  
        Started by Mindset, 02-28-2026, 06:16 AM
        0 responses
        68 views
        0 likes
        Last Post Mindset
        by Mindset
         
        Working...
        X