- ago
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
0
330
Solved
2 Replies

Reply

Bookmark

Sort
- ago
#1
I think I found it. Is this the correct method?

CODE:
StrategyFactory mySF = new StrategyFactory(); mySF.Initialize(); List<string> StrategyNames = mySF.Names;
0
Best Answer
Glitch8
 ( 10.01% )
- ago
#2
Yes that would work 👍
1

Reply

Bookmark

Sort