{% extends "layout.html" %} {% block title %}Trade Log — IBKR Dashboard{% endblock %} {% block content %}
| Time (UTC) | Symbol | Action | Quantity | Fill Price |
|---|---|---|---|---|
| {{ trade.timestamp }} | {{ trade.symbol }} | {{ trade.action }} | {{ trade.quantity }} | ${{ '%.2f'|format(trade.price) }} |
No trades have been recorded yet. Executed trades from webhooks will appear here.