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 SalmaTrader, 07-07-2026, 10:26 PM
      0 responses
      50 views
      0 likes
      Last Post SalmaTrader  
      Started by CarlTrading, 07-05-2026, 01:16 PM
      0 responses
      22 views
      0 likes
      Last Post CarlTrading  
      Started by CaptainJack, 06-17-2026, 10:32 AM
      0 responses
      16 views
      0 likes
      Last Post CaptainJack  
      Started by kinfxhk, 06-17-2026, 04:15 AM
      0 responses
      22 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Started by kinfxhk, 06-17-2026, 04:06 AM
      0 responses
      23 views
      0 likes
      Last Post kinfxhk
      by kinfxhk
       
      Working...
      X