{% extends "base.html" %} {% from "_macros.html" import icon %} {% set active = "watchlist" %} {% block title %}Watchlist — wave-alpha{% endblock %} {% block content %}

Watchlist

{{ enriched|length }} symbol{{ "s" if enriched|length != 1 else "" }} {% if latest_scan_id %} · last refreshed from scan {{ latest_scan_id }} {% else %} · no scans yet — add symbols and run uv run wave-alpha scan{% endif %}

Add symbol

Bulk import: uv run wave-alpha watchlist import <file> --format csv|tv-txt

{% include "_watchlist_table.html" %}
{% endblock %}