{% include 'partials/notify.html' %}
id | account id | symbol | type | amount | price | SL | TL | actions | {% for item in items %}
---|---|---|---|---|---|---|---|---|
{{ item.id }} | {{ item.account.id }} | {{ item.symbol }} | {{ item.type }} | {{ item.amount }} | {{ item.price }} | {{ item.stop_loss }} | {{ item.take_profit }} |