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 cmoran13, Yesterday, 01:02 PM
      0 responses
      29 views
      0 likes
      Last Post cmoran13  
      Started by PaulMohn, 04-10-2026, 11:11 AM
      0 responses
      21 views
      0 likes
      Last Post PaulMohn  
      Started by CarlTrading, 03-31-2026, 09:41 PM
      1 response
      160 views
      1 like
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 04-01-2026, 02:41 AM
      0 responses
      95 views
      1 like
      Last Post CarlTrading  
      Started by CaptainJack, 03-31-2026, 11:44 PM
      0 responses
      148 views
      2 likes
      Last Post CaptainJack  
      Working...
      X