Improve documentation

This commit is contained in:
Matthias 2021-06-30 19:53:36 +02:00
parent 15e36a20e1
commit 60b7f6edff

View File

@ -533,8 +533,9 @@ class MyAwesomeStrategy(IStrategy):
}
```
!!! Note:
Parameter-files will overwrite parameters within the strategy.
!!! Note
Values in the configuration file will overwrite Parameter-file level parameters - and both will overwrite parameters within the strategy.
The prevalence is therefore: config > parameter file > strategy
### Understand Hyperopt ROI results