{% extends "layout.html" %}
{% import 'macros/tables.html' as m_tables %}
{% macro extract_trades(trades_list, sim_or_real) -%}
{% for trades in trades_list %}
{% for trade in trades %}
{{ m_tables.trades_tr(trade, convert_type(trade.order_type),convert_timestamp(trade.creation_time), sim_or_real) }}
{% endfor %}
{% endfor %}
{%- endmacro %}
{% block body %}
# | Exchange | Symbol | Type | Price | Quantity | Real / Simulated | Creation |
---|