mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Improve documentation
This commit is contained in:
parent
15e36a20e1
commit
60b7f6edff
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user