Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

Performance.Alltrades in NT8

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

    Performance.Alltrades in NT8

    I use the following code in NT7:

    double Profit = 0;
    int Trades = Performance.AllTrades.Count;
    if (Trades > 0)
    {
    int i=0;
    while (i < Trades)
    {
    Trade MyTrade = Performance.AllTrades[i];
    Profit = MyTrade.ProfitCurrency*MyTrade.Quantity;
    }

    How does this translate into NT8?

    #2
    Hello,
    You can find some examples of this topic in the help guide here: http://ninjatrader.com/support/helpG...ance.AllTrades

    I look forward to being of further assistance.

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    52 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    29 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    194 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    355 views
    0 likes
    Last Post CaptainJack  
    Started by Mindset, 04-21-2026, 06:46 AM
    0 responses
    274 views
    0 likes
    Last Post Mindset
    by Mindset
     
    Working...
    X