Implement strategies and posting trades
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
{% include 'partials/notify.html' %}
|
||||
<h1 class="title is-4">List of received callbacks</h1>
|
||||
|
||||
<table class="table is-fullwidth is-hoverable" id="callbacks-table">
|
||||
<thead>
|
||||
@@ -11,8 +12,8 @@
|
||||
<th>sent</th>
|
||||
<th>trade</th>
|
||||
<th>exchange</th>
|
||||
<th>item</th>
|
||||
<th>currency</th>
|
||||
<th>symbol</th>
|
||||
<th>price</th>
|
||||
<th>contract</th>
|
||||
<th>actions</th>
|
||||
</thead>
|
||||
@@ -31,12 +32,12 @@
|
||||
<td>{{ item.title }}</td>
|
||||
<td>{{ item.message }}</td>
|
||||
<td>{{ item.period }}</td>
|
||||
<td>{{ item.timestamp_sent }}</td>
|
||||
<td>{{ item.timestamp_trade }}</td>
|
||||
<td>{{ item.market_exchange }}</td>
|
||||
<td>{{ item.market_item }}</td>
|
||||
<td>{{ item.market_currency }}</td>
|
||||
<td>{{ item.market_contract }}</td>
|
||||
<td>{{ item.sent }}</td>
|
||||
<td>{{ item.trade }}</td>
|
||||
<td>{{ item.exchange }}</td>
|
||||
<td>{{ item.symbol }}</td>
|
||||
<td>{{ item.price }}</td>
|
||||
<td>{{ item.contract }}</td>
|
||||
|
||||
<td>
|
||||
<div class="buttons">
|
||||
|
||||
Reference in New Issue
Block a user