Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

pnl del dia

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

    pnl del dia

    How do you obtain the pnl of the day for an account, not only for the asset where the strategy is, but for the entire account?
    thank you​

    #2
    Doesn't the Accounts tab show that for you?

    Comment


      #3
      yes of course but I say in script

      Comment


        #4
        Take a look here,


        You probably want AccountItem.RealizedProfitLoss

        Comment


          #5
          yes that is, thank you
          I suppose this gives the total, is there something that resets the pnl every new day?​

          Comment


            #6
            GrossRealizedProfitLoss is the accumulated account total and RealizedProfitLoss is the daily ????

            Comment


              #7
              I was giving all this a spin and everything works for me now except that the pnl of the accumulated account of the day appears as null until the closing of the first operation:
              protected override void OnAccountItemUpdate(Account account, AccountItem accountItem, double value)
              {
              AllOverAccount = (string.Format("{2}", account.Name, accountItem, value));
              if (accountItem == AccountItem.UnrealizedProfitLoss)
              {
              PnlNoRealizadoCuenta = TodoSobreCuenta;
              }
              if (accountItem == AccountItem.RealizedProfitLoss)
              {
              PnlRealizadoCuenta = TodoSobreCuenta;
              }
              }
              any ideas to make it read the nlp when the strategy starts?​

              Comment

              Latest Posts

              Collapse

              Topics Statistics Last Post
              Started by Geovanny Suaza, 02-11-2026, 06:32 PM
              0 responses
              581 views
              0 likes
              Last Post Geovanny Suaza  
              Started by Geovanny Suaza, 02-11-2026, 05:51 PM
              0 responses
              338 views
              1 like
              Last Post Geovanny Suaza  
              Started by Mindset, 02-09-2026, 11:44 AM
              0 responses
              103 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by Geovanny Suaza, 02-02-2026, 12:30 PM
              0 responses
              554 views
              1 like
              Last Post Geovanny Suaza  
              Started by RFrosty, 01-28-2026, 06:49 PM
              0 responses
              552 views
              1 like
              Last Post RFrosty
              by RFrosty
               
              Working...
              X