I have a question about setting the "start" value in a multi-parameter optimize run:
The manual says:
When optimizing several parameters at the same time, put the most important parameters first. They are optimized in the order they appear in the code. For optimizing trade entry and exit parameters, put the entry parameters first.
and also:
start... This should be the estimated best value of the parameter, normally in the middle of its range.
Can you explain briefly, for example, how Zorro finds the optimize value for parameter 1? Does it do this by assuming only the "start" value on all the remaining parameters at first? The manual says to use the "estimated best value" and in cases where I don't know this I've used only the minimal value, which might be a mistake on my part.
Also, on subsequent parameters, does Zorro then assume the found-optimal value on the earlier parameters already optimized, or some other value? (In other words, after determining the optimal value for parameter 1, will this value be assumed during the parameter 2 optimize, or another value like start?)
Sorry if I've not explained this very well. I am just trying to understand the logic behind multi-parameter optimization, so that I can make sure I am feeding-Zorro the best inputs.