synchronise HeikinAshi
This commit is contained in:
@@ -274,7 +274,6 @@ class HammerReversalStrategy(IStrategy):
|
||||
|
||||
self.pairs[pair]['max_touch'] = max(last_candle['haclose'], self.pairs[pair]['max_touch'])
|
||||
|
||||
|
||||
# On ne déclenche le trailing stop que si un profit mini a déjà été atteint
|
||||
# and (limit_sell < -0.01)
|
||||
if (current_profit > 0.01) and (last_candle['percent12'] < 0) and (last_candle['percent5'] < 0):
|
||||
|
||||
Reference in New Issue
Block a user