Hello.
I experienced strange behavior when I perform the following actions:
I run an optimization and select a set of parameters to run a backtest;

After verifying that the parameters are interesting for my strategy, I set them as my default parameters.

Then, the parameters are carried into the code. But sometimes there is a parameter that is not transported correctly.

It does not happen every time, I don't know how to differentiate the situations where this occurs.
Has anyone else noticed the situation above?
I experienced strange behavior when I perform the following actions:
I run an optimization and select a set of parameters to run a backtest;
After verifying that the parameters are interesting for my strategy, I set them as my default parameters.
Then, the parameters are carried into the code. But sometimes there is a parameter that is not transported correctly.
It does not happen every time, I don't know how to differentiate the situations where this occurs.
Has anyone else noticed the situation above?
Rename
I save the parameters here:
Clearly this bug is due to the decimal separator being "," (comma) in your regional settings (Brasil). Consider it fixed for B8.
Your Response
Post
Edit Post
Login is required