mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 04:55:15 +00:00
profit abs in pairs summary
This commit is contained in:
parent
bd68861284
commit
943b8d3602
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue
Block a user