- ago
I have multiple parameters on strategy, but in many cases I want to optimize only on few of them. I've noticed that my selection of parameters to be optimized gets reset after many unrelated operations. Examples of such operations are:
1. Saving strategy
2. Compiling strategy
3. Running backtest
4. Probably something else that I forgot now

The case when it really impacted me: I was running a walk-forward optimization on few parameters and decided to save the strategy in the middle of the optimization. I was glad WL7 did not crash in the process, but after an hour or so I've realized that "time remaining" parameter was increasing and only then realized that all of the parameters got enabled after save and that picked up on the next walk-forward interval.
0
711
Solved
3 Replies

Reply

Bookmark

Sort
- ago
#1
Compiling a strategy or running a backtest should reset the parameter choices because you could have edited them, adding new or deleting existing ones. What's wrong about this?
0
- ago
#2
I understand your line of thinking for compilation/backtest, but do you think that saving a strategy should reset parameter choices too?
0
Glitch8
 ( 10.92% )
- ago
#3
No it shouldn't, I corrected this for Build 30.
1
Best Answer

Reply

Bookmark

Sort