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 charlesugo_1, 05-26-2026, 05:03 PM
      0 responses
      56 views
      0 likes
      Last Post charlesugo_1  
      Started by DannyP96, 05-18-2026, 02:38 PM
      1 response
      143 views
      0 likes
      Last Post NinjaTrader_ChelseaB  
      Started by CarlTrading, 05-11-2026, 05:56 AM
      0 responses
      160 views
      0 likes
      Last Post CarlTrading  
      Started by CarlTrading, 05-10-2026, 08:12 PM
      0 responses
      96 views
      0 likes
      Last Post CarlTrading  
      Started by Hwop38, 05-04-2026, 07:02 PM
      0 responses
      276 views
      0 likes
      Last Post Hwop38
      by Hwop38
       
      Working...
      X