From 15cf5ac2d74a05cf83df56a4f9a9978e6e5f78bf Mon Sep 17 00:00:00 2001 From: hroff-1902 Date: Fri, 9 Aug 2019 09:31:30 +0300 Subject: [PATCH] docs improved --- docs/hyperopt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 0304c3188..6ef68d82f 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -350,7 +350,7 @@ def populate_buy_trend(self, dataframe: DataFrame) -> DataFrame: ### Understand Hyperopt ROI results -If you are optimizing ROI, your result will look as follows and include a ROI table: +If you are optimizing ROI (i.e. if optimization search-space contains 'all' or 'roi'), your result will look as follows and include a ROI table: ``` Best result: @@ -396,7 +396,7 @@ Override the `generate_roi_table()` and `roi_space()` methods and implement your ### Understand Hyperopt Stoploss results -If you are optimizing stoploss values, your result will look as follows and include stoploss: +If you are optimizing stoploss values (i.e. if optimization search-space contains 'all' or 'stoploss'), your result will look as follows and include stoploss: ``` Best result: