Change "buy" and "sell" to "entry" and "exit"

This commit is contained in:
Stefano Ariestasia
2022-02-07 01:03:54 +00:00
parent fe33b86308
commit 6d91a5ecbd
2 changed files with 26 additions and 26 deletions

View File

@@ -264,7 +264,7 @@ class RPC:
profitcol += " (" + fiat_display_currency + ")"
if self._config.get('position_adjustment_enable', False):
columns = ['ID', 'Pair', 'Since', profitcol, '# Buys']
columns = ['ID', 'Pair', 'Since', profitcol, '# Entries']
else:
columns = ['ID', 'Pair', 'Since', profitcol]
return trades_list, columns, fiat_profit_sum