From 89581ad25cd7b81d418dc15d835c5b48591a3aba Mon Sep 17 00:00:00 2001 From: Matthias Date: Sun, 29 Aug 2021 08:24:31 +0200 Subject: [PATCH] Fix typo in protections hyperopt doc closes #5499 --- docs/hyperopt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hyperopt.md b/docs/hyperopt.md index 7377a63c0..1eb90f1bc 100644 --- a/docs/hyperopt.md +++ b/docs/hyperopt.md @@ -456,7 +456,7 @@ class MyAwesomeStrategy(IStrategy): "only_per_pair": False }) - return protection + return prot def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: # ...