{% extends "layout.html" %}
{% set active_page = "trading" %}
{% import 'macros/tables.html' as m_tables %}
{% import 'macros/cards.html' as m_cards %}
{% macro extract_orders(order_list, sim_or_real) -%}
{% for order in order_list %}
{{ m_tables.order_tr(order, convert_type(order.get_order_type()), convert_timestamp(order.get_creation_time()), sim_or_real) }}
{% endfor %}
{%- endmacro %}
{% block body %}
# | Date | Exchange | Pair | Type | Price | Quantity | Total | Cancel |
---|