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 algospoke, Today, 06:40 PM
        0 responses
        9 views
        0 likes
        Last Post algospoke  
        Started by maybeimnotrader, Today, 05:46 PM
        0 responses
        7 views
        0 likes
        Last Post maybeimnotrader  
        Started by quantismo, Today, 05:13 PM
        0 responses
        7 views
        0 likes
        Last Post quantismo  
        Started by AttiM, 02-14-2024, 05:20 PM
        8 responses
        168 views
        0 likes
        Last Post jeronymite  
        Started by cre8able, Today, 04:22 PM
        0 responses
        10 views
        0 likes
        Last Post cre8able  
        Working...
        X