trading212 × openclaw

last 20 LLM analyses · last 20 orders

llm analyses

{% for a in analyses %} {% endfor %} {% if not analyses %} {% endif %}
tsmodelactiontickerqty conf.rationale
{{ a.ts.strftime("%Y-%m-%d %H:%M:%S") }} {{ a.model }} {{ (a.decision or {}).get('action', '—') }} {{ (a.decision or {}).get('ticker') or '—' }} {{ (a.decision or {}).get('quantity') or '—' }} {{ '%.0f%%' | format(100 * ((a.decision or {}).get('confidence') or 0)) }}
{{ (a.decision or {}).get('rationale', '') }}
no analyses yet

orders

{% for o in orders %} {% endfor %} {% if not orders %} {% endif %}
tsidt212 idtickerside qtytypelimitstatus
{{ o.ts.strftime("%Y-%m-%d %H:%M:%S") }} {{ o.id }} {{ o.t212_order_id or '—' }} {{ o.ticker }} {{ o.side }} {{ o.qty }} {{ o.order_type }} {{ o.limit_price or '—' }} {{ o.status }}
no orders yet