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 CarlTrading, 03-31-2026, 09:41 PM
        1 response
        71 views
        0 likes
        Last Post NinjaTrader_ChelseaB  
        Started by CarlTrading, 04-01-2026, 02:41 AM
        0 responses
        39 views
        0 likes
        Last Post CarlTrading  
        Started by CaptainJack, 03-31-2026, 11:44 PM
        0 responses
        63 views
        2 likes
        Last Post CaptainJack  
        Started by CarlTrading, 03-30-2026, 11:51 AM
        0 responses
        62 views
        0 likes
        Last Post CarlTrading  
        Started by CarlTrading, 03-30-2026, 11:48 AM
        0 responses
        53 views
        0 likes
        Last Post CarlTrading  
        Working...
        X