Add initial balance to template and adjust PL calculation to use initial balance
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user