Update results table to show "trades" instead of entries

This commit is contained in:
Matthias 2024-06-11 07:02:08 +02:00
parent 9e082e624a
commit c42f38ac52

View File

@ -20,7 +20,7 @@ const perTagReason = computed(() => {
label: props.keyHeader, label: props.keyHeader,
formatter: (value, _, item) => value || item['exit_reason'] || 'OTHER', formatter: (value, _, item) => value || item['exit_reason'] || 'OTHER',
}, },
{ key: 'trades', label: 'Entries' }, { key: 'trades', label: 'Trades' },
{ {
key: 'profit_mean', key: 'profit_mean',
label: 'Avg Profit %', label: 'Avg Profit %',