This commit is contained in:
Matthias
2019-05-20 20:13:01 +02:00
parent 58ced36445
commit 51aa469f67
5 changed files with 1 additions and 5 deletions

View File

@@ -436,7 +436,6 @@ class Trade(_DECL_BASE):
# Stoploss value got changed
logger.info(f"Stoploss for {trade} needs adjustment.")
logger.info(f"Stoploss: {trade.initial_stop_loss_pct}: {desired_stoploss}")
# Force reset of stoploss
trade.stop_loss = None
trade.adjust_stop_loss(trade.open_rate, desired_stoploss)