Add initial balance to template and adjust PL calculation to use initial balance

This commit is contained in:
2023-01-11 20:43:11 +00:00
parent 9a69120695
commit 3f05553c71
3 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,7 @@
<th>name</th>
<th>exchange</th>
<th>currency</th>
<th>initial</th>
<th>API key</th>
<th>sandbox</th>
<th>enabled</th>
@@ -25,6 +26,7 @@
<td>{{ item.name }}</td>
<td>{{ item.exchange }}</td>
<td>{{ item.currency }}</td>
<td>{{ item.initial_balance }}</td>
<td>{{ item.api_key }}</td>
<td>
{% if item.sandbox %}