Hi I'm trying to quickly go from testing with all my scorecards on a backtest to quickly disabling all of them and doing a separate run, but I don't see a method to disable scorecards for this run. Am I missing it anywhere?
Rename
No you’re not missing it. There’s simply no method available to quickly disable ScoreCards.
QUOTE:
all my scorecards on a backtest to quickly disabling all of them
You can remove your ScoreCard.dll from the WL install directory, but WL cannot be running while you're making changes to the install directory--so this isn't quick.
Why are you wanting to disable them? If it's part of the ScoreCard development process, you can simply write a command-line procedure for Visual Studio to "selectively" delete and rebuild your ScoreCard assembly as necessary. Visual Studio has separate "Debug" and "Release" operations that let you define separate command-line build procedures.
Your Response
Post
Edit Post
Login is required