Fix typo in protections hyperopt doc

closes #5499
This commit is contained in:
Matthias 2021-08-29 08:24:31 +02:00
parent 0a52d7c24f
commit 89581ad25c

View File

@ -456,7 +456,7 @@ class MyAwesomeStrategy(IStrategy):
"only_per_pair": False "only_per_pair": False
}) })
return protection return prot
def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame: def populate_indicators(self, dataframe: DataFrame, metadata: dict) -> DataFrame:
# ... # ...