I'm working on an extension that uses StrategyRunner to backtest a user selected set of available strategies. I need to retrieve a list of saved strategies. How should this be accomplished? WLHost.Instance seems to be the place this would be possible, but I'm not finding a path.
Thank you,
Paul
Thank you,
Paul
Rename
I think I found it. Is this the correct method?
CODE:
StrategyFactory mySF = new StrategyFactory(); mySF.Initialize(); List<string> StrategyNames = mySF.Names;
Yes that would work 👍
Your Response
Post
Edit Post
Login is required