From 0897f1214321a6eca73903f54b4a968530908cd0 Mon Sep 17 00:00:00 2001 From: Sam Germain Date: Thu, 6 Jan 2022 02:55:17 -0600 Subject: [PATCH] Update docs/hyperopt.md Co-authored-by: Matthias --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 47e38fa0e..37b943715 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -206,7 +206,7 @@ Hyper-optimization will, for each epoch round, pick one trigger and possibly mul #### Sell optimization -Similar to the buy-signal above, exit-signals can also be optimized. +Similar to the entry-signal above, exit-signals can also be optimized. Place the corresponding settings into the following methods * Define the parameters at the class level hyperopt shall be optimizing, either naming them `sell_*`, or by explicitly defining `space='sell'`.