Is it possible to add a NinjaTrader reference in an external dll such that performance data could be passed in as a class rather than all the individual values? I don't see any reference to that kind of performance data in NinjaTrader.Client, etc.
The idea is to make a function call to the dll but instead of passing all the various information I need, I could pass in something like Performance.AllTrades.TradesPerformance
This would save a lot of work but I recognize this is likely not encouraged. I can always develop my own class and do it that way but I am looking for a way around that.

Sorry no hints I can provide other then either writing it all to a text file and passing it this way.
Comment