lastTrade = Performance.AllTrades[Performance.AllTrades.Count-1];
Documentation (http://www.ninjatrader-support.com/H...ollectionClass Example 1) and forum says I get the last trade with
lastTrade = Performance.AllTrades[0];
Is there a bug or something I dont understand / what is correct?
Version is 6.5.1000.3 (Live)

Comment