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 techgetgame, Today, 11:42 PM
      0 responses
      5 views
      0 likes
      Last Post techgetgame  
      Started by sephichapdson, Today, 11:36 PM
      0 responses
      1 view
      0 likes
      Last Post sephichapdson  
      Started by bortz, 11-06-2023, 08:04 AM
      47 responses
      1,612 views
      0 likes
      Last Post aligator  
      Started by jaybedreamin, Today, 05:56 PM
      0 responses
      9 views
      0 likes
      Last Post jaybedreamin  
      Started by DJ888, 04-16-2024, 06:09 PM
      6 responses
      19 views
      0 likes
      Last Post DJ888
      by DJ888
       
      Working...
      X