changed to suggestion

This commit is contained in:
Aezo Teo 2021-12-30 20:05:17 +08:00
parent 642a6a8030
commit fa12098bff

View File

@ -245,7 +245,7 @@ class RPC:
fiat_profit_sum = fiat_profit if isnan(fiat_profit_sum) \
else fiat_profit_sum + fiat_profit
trades_list.append([
str(trade.id) + f' {direction_str}',
f'{trade.id} {direction_str}',
trade.pair + ('*' if (trade.open_order_id is not None
and trade.close_rate_requested is None) else '')
+ ('**' if (trade.close_rate_requested is not None) else ''),