I've come as far as: StrategyData.Strategy.Parameters
However, calling ToString() on this object just returns the string: 'NinjaTrader.Strategy.ParameterCollection'.
I'm guessing I need to iterate over the parameters object in some way and build the string of parameters and their values myself? Are there any examples available? Or is there another easy way to access my parameters?

Comment