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

Plotting cumulative net profit

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

    Plotting cumulative net profit

    are there any examples of plotting cumulative net profit?

    #2
    Hello, thanks for writing in. There is no existing example, you can always right click>Strategy Performance> change the view to "Analysis" at the top left and this will let you chart out the cumulative profit in different ways. We have an example here on how to implement plots in a separate panel from a NinjaScript Strategy:
    Chris L.NinjaTrader Customer Service

    Comment


      #3
      Is the strategy performance data (specifically cumulative net profit) available to ninjascript? trying to plot cumulative net profit on the chart.

      or perhaps an event that triggers every time a profit (or loss) is generated?
      Last edited by dibDab; 02-20-2023, 12:30 PM.

      Comment


        #4
        Hello, thanks for the follow up. You can get the unrealized PnL through the Position object:
        Chris L.NinjaTrader Customer Service

        Comment


          #5
          ok thanks.

          I'm plotting Position.GetUnrealizedProfitLoss(PerformanceUnit.C urrency, Close[0]); on a strategy indicator.

          In Tools > Options > Trading does "Use Total PnL for Show Realized PnL when flat. " influence this?

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by mintos, 04-02-2024, 08:22 PM
          7 responses
          36 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by PaulMohn, 04-24-2024, 03:49 AM
          5 responses
          39 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by claxxical, 05-30-2017, 12:30 PM
          38 responses
          4,480 views
          0 likes
          Last Post alancurry  
          Started by Felix Reichert, 04-26-2024, 02:12 PM
          10 responses
          70 views
          0 likes
          Last Post NinjaTrader_ChelseaB  
          Started by lightsun47, Today, 11:37 AM
          1 response
          12 views
          0 likes
          Last Post NinjaTrader_Zachary  
          Working...
          X