{% extends "base.html" %} {% from "_macros.html" import pat, wlabel, pill, gloss %} {% block title %}{{ ticker }} — wave-alpha{% endblock %} {% block page_scripts %} {% endblock %} {% block content %}

{{ ticker }}

as of {{ as_of }} {% if llm_mode == "live" %}{{ pill("LLM live", "purple") }} {% elif llm_mode == "cached" %}{{ pill("LLM cached", "muted") }} {% else %}{{ pill("LLM disabled", "muted") }}{% endif %}

Price & pivots

Trade plan

{{ gloss("Multi-timeframe agreement", "Coherence: how strongly the weekly, daily, and 4-hour timeframes agree on the same wave count.") }}

{{ gloss("Right-edge confirmation", "Right-edge: probability that the most recent pivot is real and won't be invalidated by a deeper move against the wave.") }}

Wave counts (top 3)

Right-edge scenarios

Stability over time

{% endblock %}