fix populate_sell_trend in ADXMomentum.py
This commit is contained in:
@@ -61,5 +61,5 @@ class ADXMomentun(IStrategy):
|
||||
(dataframe['plus_di'] > dataframe['minus_di'])
|
||||
|
||||
),
|
||||
'sell'] = 0
|
||||
'sell'] = 1
|
||||
return dataframe
|
||||
|
||||
Reference in New Issue
Block a user