Use proper syntax to assign empty sell signal
This commit is contained in:
@@ -53,5 +53,5 @@ class BinHV45(IStrategy):
|
||||
"""
|
||||
no sell signal
|
||||
"""
|
||||
dataframe['sell'] = 0
|
||||
dataframe[:, 'sell'] = 0
|
||||
return dataframe
|
||||
|
||||
Reference in New Issue
Block a user