On WL6, StrategyName returns the name of the strategy.
On WL8, StrategyName returns the class name of the executing strategy.
How can I get the name of the strategy on WL8?
I looked through API and searched the forum but no vail.
On WL8, StrategyName returns the class name of the executing strategy.
How can I get the name of the strategy on WL8?
I looked through API and searched the forum but no vail.
Rename
CODE:
WriteToDebugLog(Backtester.Strategy.Name);
Your Response
Post
Edit Post
Login is required