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 NullPointStrategies, Yesterday, 05:17 AM
    0 responses
    66 views
    0 likes
    Last Post NullPointStrategies  
    Started by argusthome, 03-08-2026, 10:06 AM
    0 responses
    141 views
    0 likes
    Last Post argusthome  
    Started by NabilKhattabi, 03-06-2026, 11:18 AM
    0 responses
    75 views
    0 likes
    Last Post NabilKhattabi  
    Started by Deep42, 03-06-2026, 12:28 AM
    0 responses
    46 views
    0 likes
    Last Post Deep42
    by Deep42
     
    Started by TheRealMorford, 03-05-2026, 06:15 PM
    0 responses
    51 views
    0 likes
    Last Post TheRealMorford  
    Working...
    X