Announcement

Collapse
No announcement yet.

Partner 728x90

Collapse

AllTrades Collection

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

    AllTrades Collection

    Hello,

    Performance.AllTrades.Count gives me the actual number of AllTrades back. Thats ok. But when i try to get the trade in Objekt, there is nothing in it and the backtesting interrupts with no results. It seems that the trades collection releases, when i try access a specific trade object.

    Code:
    Print("short:_" + Performance.AllTrades.Count);
    Trade lastTrade = Performance.AllTrades[Performance.AllTrades.Count - 1];
    Print(lastTrade.Entry.Name);
    Is there es way to determine a specific trade in custom code, to geht information from?

    #2
    Hi IceRage, you for trade related information you could work with the TradesPerformance class - http://www.ninjatrader-support.com/H...anceClass.html

    Comment

    Latest Posts

    Collapse

    Topics Statistics Last Post
    Started by DannyP96, 05-18-2026, 02:38 PM
    1 response
    27 views
    0 likes
    Last Post NinjaTrader_ChelseaB  
    Started by CarlTrading, 05-11-2026, 05:56 AM
    0 responses
    117 views
    0 likes
    Last Post CarlTrading  
    Started by CarlTrading, 05-10-2026, 08:12 PM
    0 responses
    69 views
    0 likes
    Last Post CarlTrading  
    Started by Hwop38, 05-04-2026, 07:02 PM
    0 responses
    226 views
    0 likes
    Last Post Hwop38
    by Hwop38
     
    Started by CaptainJack, 04-24-2026, 11:07 PM
    0 responses
    417 views
    0 likes
    Last Post CaptainJack  
    Working...
    X