Announcement

Collapse

Looking for a User App or Add-On built by the NinjaTrader community?

Visit NinjaTrader EcoSystem and our free User App Share!

Have a question for the NinjaScript developer community? Open a new thread in our NinjaScript File Sharing Discussion Forum!
See more
See less

Partner 728x90

Collapse

How to get a real-time profit/loss for a session?

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

    How to get a real-time profit/loss for a session?

    Hi Ninjas,

    My goal is to get a reliable real-time profit-loss value for just one session.

    In order to achieve this I'm working with similar system variables that I don't still fully understand.

    Performance.RealtimeTrades.TradesPerformance.Curre ncy.CumProfit

    and

    Performance.AllTrades.TradesPerformance.Currency.C umProfit



    So, here my questions, waiting for answers to code this right

    1. What is the difference between them? it seems that they are both the same

    2. If I stop a Strategy, and re-run it again, would they be these variables values reset to zero for a new session or they keep cumulative?

    3. Under which conditions would these variables reset to zero?

    Thanks

    #2
    Hello pstrusi,

    Thank you for your post.

    1. RealtimeTrades are those that were actually taken on the account the strategy is assigned. AllTrades are all trades, historical, real-time, long or short in the collection.

    2. The variables would be reset to 0 at the start of the strategy, but during the historical data process the values for AllTrades would be pulled over the historical data for any trades that may have been taken.

    3. They are reset to 0 on a new instance.

    The AllTrades collection will reset to 0 on the new instance of the strategy, but during the historical backtest that is performed before the real-time bars you would see AllTrades update.

    RealtimeTrades would not update until the first trade on the real-time bars is performed on the account.

    Comment


      #3
      Hi Patrick,

      Thanks for your complete answer, now I know what I needed to code right.

      Regards

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by wzgy0920, 04-20-2024, 06:09 PM
      2 responses
      27 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 02-22-2024, 01:11 AM
      5 responses
      32 views
      0 likes
      Last Post wzgy0920  
      Started by wzgy0920, 04-23-2024, 09:53 PM
      2 responses
      49 views
      0 likes
      Last Post wzgy0920  
      Started by Kensonprib, 04-28-2021, 10:11 AM
      5 responses
      193 views
      0 likes
      Last Post Hasadafa  
      Started by GussJ, 03-04-2020, 03:11 PM
      11 responses
      3,235 views
      0 likes
      Last Post xiinteractive  
      Working...
      X