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 PnL for the session?

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

    How to get PnL for the session?

    Hello,

    The instrument is futures. How can I get PnL for the session? I know there is a method for all trades in all sessions, that's not what I need.

    The reason is I want to have a Day Profit Target and Day Stop Loss.

    Many Thanks, Caesar.

    #2
    NinjaTrader does not provide session PNL, it only provides the accumulated PNL which by default includes the PNL of historical (virtual) trades not actually made by your strategy.

    See this link on the system PNL: https://ninjatrader.com/support/help...?cumprofit.htm

    For session PNL what you would need to do is to create a double type variable and then store the system PNL at the beginning of the session. At the end of the session you would take the update (through the session) system PNL minus the value of the stored variable as this then would be the session PNL. You can also check the session PNL at any time in the session by the same process.



    Comment


      #3
      Hello Skechers,

      This can be tracked using logic in the code.

      Below is a link to an example of a daily loss limit which tracks the session PnL and stops trading after a specified amount of loss.
      https://ninjatrader.com/support/foru...ples#post93881
      Chelsea B.NinjaTrader Customer Service

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by cay7man, Yesterday, 10:34 AM
      17 responses
      63 views
      0 likes
      Last Post cay7man
      by cay7man
       
      Started by SherwoodJP, 08-31-2023, 02:58 PM
      2 responses
      71 views
      0 likes
      Last Post LunaticEssence  
      Started by habibalex, 01-10-2017, 01:02 PM
      57 responses
      8,639 views
      0 likes
      Last Post yeshe
      by yeshe
       
      Started by pennywise, 06-16-2023, 03:18 AM
      77 responses
      1,753 views
      0 likes
      Last Post GTBrooks  
      Started by supremeMarshall, Today, 10:29 AM
      10 responses
      50 views
      0 likes
      Last Post NinjaTrader_Jesse  
      Working...
      X