From 1eecf28a8b11bc16e78f8fc8f4c354f41639cf55 Mon Sep 17 00:00:00 2001 From: Janne Sinivirta Date: Sun, 11 Feb 2018 19:18:11 +0200 Subject: [PATCH] adjust documentation to match changes to --spaces flag --- docs/hyperopt.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 05ed13734..0bfa9ae2d 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -190,10 +190,9 @@ Legal values are: - `all`: optimize everything - `buy`: just search for a new buy strategy -- `sell`: not supported yet - `roi`: just optimize the minimal profit table for your strategy - `stoploss`: search for the best stoploss value -- comma-separated list of any of the above values for example `--spaces roi,stoploss` +- space-separated list of any of the above values for example `--spaces roi stoploss` ### Hyperopt with MongoDB Hyperopt with MongoDB, is like Hyperopt under steroids. As you saw by