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 Mindset, 04-21-2026, 06:46 AM
              0 responses
              98 views
              0 likes
              Last Post Mindset
              by Mindset
               
              Started by M4ndoo, 04-20-2026, 05:21 PM
              0 responses
              143 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by M4ndoo, 04-19-2026, 05:54 PM
              0 responses
              69 views
              0 likes
              Last Post M4ndoo
              by M4ndoo
               
              Started by cmoran13, 04-16-2026, 01:02 PM
              0 responses
              125 views
              0 likes
              Last Post cmoran13  
              Started by PaulMohn, 04-10-2026, 11:11 AM
              0 responses
              77 views
              0 likes
              Last Post PaulMohn  
              Working...
              X