Address feedback

This commit is contained in:
Matthias
2020-05-26 06:12:25 +02:00
parent bbd7579aa8
commit 18d2587800
2 changed files with 2 additions and 2 deletions

View File

@@ -138,8 +138,8 @@ class RPC:
close_profit=trade.close_profit or None,
close_profit_perc=fmt_close_profit,
current_rate=current_rate,
current_profit_perc=round(current_profit * 100, 2),
current_profit=current_profit,
current_profit_perc=round(current_profit * 100, 2),
open_order='({} {} rem={:.8f})'.format(
order['type'], order['side'], order['remaining']
) if order else None,