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 DannyP96, 05-18-2026, 02:38 PM
        1 response
        27 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 05-11-2026, 05:56 AM
        0 responses
        117 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 05-10-2026, 08:12 PM
        0 responses
        69 views
        0 likes
        Last Post CarlTrading  
        Started by Hwop38, 05-04-2026, 07:02 PM
        0 responses
        226 views
        0 likes
        Last Post Hwop38
        by Hwop38
         
        Started by CaptainJack, 04-24-2026, 11:07 PM
        0 responses
        417 views
        0 likes
        Last Post CaptainJack  
        Working...
        X