mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
changed to suggestion
This commit is contained in:
parent
642a6a8030
commit
fa12098bff
|
@ -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 ''),
|
||||
|
|
Loading…
Reference in New Issue
Block a user