Add stuff after rebase

This commit is contained in:
Matthias
2018-07-19 20:12:20 +02:00
parent 365ba98131
commit 060469fefc
2 changed files with 4 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ class IStrategy(ABC):
# check if we have a special stop loss for positive condition
# and if profit is positive
stop_loss_value = self.strategy.stoploss
stop_loss_value = self.stoploss
sl_offset = self.config.get('trailing_stop_positive_offset', 0.0)
if 'trailing_stop_positive' in self.config and current_profit > sl_offset: