mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-22 19:15:15 +00:00
Show assumed initial capital in balance chart
This commit is contained in:
parent
28434d64a3
commit
dfc38dff68
|
@ -25,9 +25,13 @@
|
|||
<template slot="bottom-row">
|
||||
<td><strong>Total</strong></td>
|
||||
<td>
|
||||
<span class="font-italic" title="Increase over initial capital">{{
|
||||
formatPercent(botStore.activeBot.balance.starting_capital_ratio)
|
||||
}}</span>
|
||||
<span
|
||||
class="font-italic"
|
||||
:title="`Increase over initial capital of ${formatCurrency(
|
||||
botStore.activeBot.balance.starting_capital,
|
||||
)} ${botStore.activeBot.balance.stake}`"
|
||||
>{{ formatPercent(botStore.activeBot.balance.starting_capital_ratio) }}</span
|
||||
>
|
||||
</td>
|
||||
<!-- this is a computed prop that adds up all the expenses in the visible rows -->
|
||||
<td>
|
||||
|
|
Loading…
Reference in New Issue
Block a user