Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

When are trades added to the Performance.AllTrades collection?

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

    When are trades added to the Performance.AllTrades collection?

    NT support,

    Could you please help me?

    Could you please help me understand the Performance collection?

    When is a trade added to it? And how does it relate to the Positions collection? Is a trade added to the Performance collection once it is closed?

    E.g. does
    Code:
    [COLOR=blue][FONT=&quot]foreach[/FONT][/COLOR][COLOR=black][FONT=&quot] (Trade t [/FONT][/COLOR][COLOR=blue][FONT=&quot]in[/FONT][/COLOR][COLOR=black][FONT=&quot] Performance.AllTrades) {[/FONT][/COLOR][INDENT][COLOR=blue][FONT=&quot]if[/FONT][/COLOR][COLOR=black][FONT=&quot] (t.Entry.Time.Date == Time[[/FONT][/COLOR][COLOR=purple][FONT=&quot]0[/FONT][/COLOR][COLOR=black][FONT=&quot]].Date) {[/FONT][/COLOR]
    [/INDENT][INDENT][INDENT][COLOR=black][FONT=&quot]                  day_pnl += t.ProfitCurrency;[/FONT][/COLOR]
    [/INDENT][/INDENT][INDENT][COLOR=black][FONT=&quot]            }[/FONT][/COLOR]
    [/INDENT][COLOR=black][FONT=&quot]      }[/FONT][/COLOR]
    Does that capture all the trades for that day or only the close trades?

    Thanks and regards,

    drolles

    #2
    Hi Dan, it should capture on the closed ones, as a trade a complete buy / sell transaction, not a single execution.

    Comment


      #3
      Bertrand,

      Ok, thanks for your reply.

      Cheers,

      drolles

      Comment

      Latest Posts

      Collapse

      Topics Statistics Last Post
      Started by Geovanny Suaza, 02-11-2026, 06:32 PM
      0 responses
      630 views
      0 likes
      Last Post Geovanny Suaza  
      Started by Geovanny Suaza, 02-11-2026, 05:51 PM
      0 responses
      364 views
      1 like
      Last Post Geovanny Suaza  
      Started by Mindset, 02-09-2026, 11:44 AM
      0 responses
      105 views
      0 likes
      Last Post Mindset
      by Mindset
       
      Started by Geovanny Suaza, 02-02-2026, 12:30 PM
      0 responses
      565 views
      1 like
      Last Post Geovanny Suaza  
      Started by RFrosty, 01-28-2026, 06:49 PM
      0 responses
      568 views
      1 like
      Last Post RFrosty
      by RFrosty
       
      Working...
      X