I would need to be able to retrieve the properties of the "Parameter type" and all the "Stop loss".
The variable from the charttrader ATM strategy selector I have already = SelectedAtmStrategy
​
I tried "SelectedAtmStrategy.GetStopOrders(0);" but it doesn't work. I'm probably in the wrong place ;-)

Comment