Add small section noting that a strategy file is always necessary

fix #3047
This commit is contained in:
Matthias 2020-04-25 15:54:23 +02:00
parent 1761f5af1a
commit a3a045dbd4
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ Optional - can also be loaded from a strategy:
!!! Note
Assuming the optional methods are not in your hyperopt file, please use `--strategy AweSomeStrategy` which contains these methods so hyperopt can use these methods instead.
!!! Note
You will always have to provide a strategy to Hyperopt even if it contains all methods.
Rarely you may also need to override:
* `roi_space` - for custom ROI optimization (if you need the ranges for the ROI parameters in the optimization hyperspace that differ from default)