Strategies need a sell signal set

closes #206
This commit is contained in:
Matthias
2021-08-02 20:24:40 +02:00
parent 2ee75777e8
commit ea14ec9f9b
+1 -1
View File
@@ -117,5 +117,5 @@ class Heracles(IStrategy):
"""
Sell strategy Hyperopt will build and use.
"""
dataframe.loc[:, 'sell'] = 0
return dataframe