the optimizer stops in the middle of the process

Created at 21 Oct 2022, 03:39
LA

langleyjuan

Joined 21.10.2022

the optimizer stops in the middle of the process
21 Oct 2022, 03:39


I have the problem that when I optimize my bot in a period of 1 year with 1 minute candles, it stops without finishing the process.
I tried optimizing 1 day, then 1 month and 6 months and it ends normally, but in 1 year it stops halfway, it doesn't even reach the number of passes it gets in the previous optimizations.

Is it possible that it has a limit?


@langleyjuan
Replies

Spotware
21 Oct 2022, 08:53

Dear trader,

If you can share the cBot code and backtesting settings, we can have a look at it.

Best regards,

cTrader Team


@Spotware

langleyjuan
21 Oct 2022, 16:27

RE:

Spotware said:

Dear trader,

If you can share the cBot code and backtesting settings, we can have a look at it.

Best regards,

cTrader Team

Thanks for the prompt response.

I already found the problem.
By pure chance I lowered the % CPU that the optimizer uses and was able to complete it.
It may be that due to the number of parameters and the temporality to be analyzed it overheats.

@langleyjuan