kernc / backtesting.py

:mag_right: :chart_with_upwards_trend: :snake: :moneybag: Backtest trading strategies in Python.
https://kernc.github.io/backtesting.py/
GNU Affero General Public License v3.0
5.04k stars 987 forks source link

As long as I set a lot of data, it will take a long time to execute the program, but I see that the system resources are not occupied to 10%. Is there any way to make it run at full load? #1112

Open a37836323 opened 5 months ago

a37836323 commented 5 months ago

As long as I set a lot of data, it will take a long time to execute the program, but I see that the system resources are not occupied to 10%. Is there any way to make it run at full load? stats = bt.optimize(n1=range(5, 30, 5), n2=range(10, 70, 5), d_rsi=range(5, 30, 3), xxx=range(5, 30, 3), xxx=range(2, 15, 3),...