Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Total Cumulatives Profits

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

    Total Cumulatives Profits

    Hi guys,

    i ask you an advice:

    i'm running many strategies in my own pc and i want to control total cumulatives profits to implement a simple risk management...

    in the code, which is the best mode for "view" the total cumulative profit of all running strategies?

    i find some like this: Performance.AllTrades.CumulativeProfits or similar...

    thanks!

    wyatt

    #2
    Hi Wyatt, thanks for the post - that's unfortunately not possible per default as the running strategy instances would not cross communicate with eachother - you could either look into creating a MultiSeries strategy, so all signals would be managed in one strategy instance or looking into sharing the individual Pnl values seen per txt files - http://www.ninjatrader.com/support/f...ead.php?t=3477

    Comment


      #3
      OK,

      posted link is very good..
      i'll make a log file to write my current trade, id and current profit, at the end of current string i calculate the total of all strategies for control my balance and total daily profit...
      i write an other lock file, for cross strategies write-concurrency.. try to write at next bar if the lock file is present , write if not present ..

      Thanks!

      Comment


        #4
        another question:

        Scenario:
        - i'm in long/short position
        - condition for exit is true
        - exit (close position)

        which is the best mode for detect when i close a position (winning or losing) that i can write the log file of all trades and total cumulative profit?

        Thanks!

        Comment


          #5
          Depending on the event timing you wish to use, you could check for the exit IOrder to be filled - http://www.ninjatrader.com/support/h...nt7/iorder.htm

          ...or you could also log this from the OnPositionUpdate() when you're in flat state again -

          Comment

          Latest Posts

          Collapse

          Topics Statistics Last Post
          Started by Geovanny Suaza, 02-11-2026, 06:32 PM
          0 responses
          649 views
          0 likes
          Last Post Geovanny Suaza  
          Started by Geovanny Suaza, 02-11-2026, 05:51 PM
          0 responses
          370 views
          1 like
          Last Post Geovanny Suaza  
          Started by Mindset, 02-09-2026, 11:44 AM
          0 responses
          109 views
          0 likes
          Last Post Mindset
          by Mindset
           
          Started by Geovanny Suaza, 02-02-2026, 12:30 PM
          0 responses
          573 views
          1 like
          Last Post Geovanny Suaza  
          Started by RFrosty, 01-28-2026, 06:49 PM
          0 responses
          576 views
          1 like
          Last Post RFrosty
          by RFrosty
           
          Working...
          X