Update freqtradebot.py
This commit is contained in:
parent
fd52702772
commit
7f72ebd88f
@ -1313,7 +1313,7 @@ class FreqtradeBot(LoggingMixin):
|
||||
'sub_trade': sub_trade,
|
||||
}
|
||||
if sub_trade:
|
||||
msg['cumulative_profit'] = trade.realized_profit,
|
||||
msg['cumulative_profit'] = trade.realized_profit
|
||||
|
||||
# Send the message
|
||||
self.rpc.send_msg(msg)
|
||||
|
Loading…
Reference in New Issue
Block a user