This page explains how to tune your strategy by finding the optimal
parameters, process called hyperparameter optimization. The bot uses several
algorithms included in `scikit-optimize` package to accomplish this. The
This page explains how to tune your strategy by finding the optimal
parameters, a process called hyperparameter optimization. The bot uses several
algorithms included in the `scikit-optimize` package to accomplish this. The
search will burn all your CPU cores, make your laptop sound like a fighter jet
and still take a long time.
@ -17,18 +17,17 @@ and still take a long time.
We recommend you start by taking a look at `hyperopt.py` file located in [freqtrade/optimize](https://github.com/freqtrade/freqtrade/blob/develop/freqtrade/optimize/hyperopt.py)
### Configure your Guards and Triggers
There are two places you need to change in your strategy file to add a
new buy strategy for testing:
There are two places you need to change to add a new buy strategy for testing: