| ts | model | action | ticker | qty | 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 | ||||||
| ts | id | t212 id | ticker | side | qty | type | limit | status |
|---|---|---|---|---|---|---|---|---|
| {{ 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 | ||||||||