From 60b7f6edff03bb90088c8278dad42dfae4c197d0 Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 30 Jun 2021 19:53:36 +0200 Subject: [PATCH] Improve documentation --- docs/hyperopt.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 5dee63256..bfa198f61 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -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