Print sellreason in sell-message

This commit is contained in:
Matthias
2018-12-04 19:58:26 +01:00
parent cc3b84a8de
commit 33e9ed5a5e
3 changed files with 14 additions and 11 deletions

View File

@@ -834,6 +834,7 @@ class FreqtradeBot(object):
'current_rate': current_rate,
'profit_amount': profit_trade,
'profit_percent': profit_percent,
'sell_reason': sell_reason.value
}
# For regular case, when the configuration exists