{% extends "base.html" %} {% from "_macros.html" import icon %} {% set active = "watchlist" %} {% block title %}Watchlist — wave-alpha{% endblock %} {% block content %}
{{ 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 %}
Bulk import:
uv run wave-alpha watchlist import <file> --format csv|tv-txt