mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-26 21: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">
|
<template slot="bottom-row">
|
||||||
<td><strong>Total</strong></td>
|
<td><strong>Total</strong></td>
|
||||||
<td>
|
<td>
|
||||||
<span class="font-italic" title="Increase over initial capital">{{
|
<span
|
||||||
formatPercent(botStore.activeBot.balance.starting_capital_ratio)
|
class="font-italic"
|
||||||
}}</span>
|
: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>
|
</td>
|
||||||
<!-- this is a computed prop that adds up all the expenses in the visible rows -->
|
<!-- this is a computed prop that adds up all the expenses in the visible rows -->
|
||||||
<td>
|
<td>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user