mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-15 04:11:14 +00:00
Print sellreason in sell-message
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user