(Performance.AllTrades[Performance.AllTrades.Count - 1].ProfitCurrency
I got compile time errors with this, but can compile if I use "SystemPerformance". When I go to use the code however, I get a new error in the log. My question is, has the object model been deprecated to make Martingale logic no longer possible?
Comment