Hi,
I’ve been trying to get the optimizer to work for quite some time now.
It does try different variables, but the end result is always the same regardless of variables.
What am I doing wrong?
Could it be that the variables you are testing are just not doing anything for your code?
edit: like if your trying to add a useless indicator that does not help your code.
LeoParticipant
Veteran
Maybe the variable is defined already inside the code then the optimiser does nothing
Thanks Leo, that was the problem. Didn’t realize the variable needed to be left without a definition. Now it works!
LeoParticipant
Veteran
Your welcome,
by the way your strategy looks very nice, maybe it’s worth to post it.
Cheers