profit abs in pairs summary

This commit is contained in:
me 2022-08-03 22:13:09 +00:00
parent bd68861284
commit 943b8d3602

View File

@ -20,6 +20,7 @@
<ProfitPill
v-if="backtestMode && comb.tradeCount > 0"
:profit-ratio="comb.profit"
:profit-abs="comb.profitAbs"
:stake-currency="botStore.activeBot.stakeCurrency"
/>
</b-list-group-item>