mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
Update results table to show "trades" instead of entries
This commit is contained in:
parent
9e082e624a
commit
c42f38ac52
|
@ -20,7 +20,7 @@ const perTagReason = computed(() => {
|
|||
label: props.keyHeader,
|
||||
formatter: (value, _, item) => value || item['exit_reason'] || 'OTHER',
|
||||
},
|
||||
{ key: 'trades', label: 'Entries' },
|
||||
{ key: 'trades', label: 'Trades' },
|
||||
{
|
||||
key: 'profit_mean',
|
||||
label: 'Avg Profit %',
|
||||
|
|
Loading…
Reference in New Issue
Block a user