{% set active_page = 'sim' %} {% extends "base.html" %} {% block title %}Sim ยท net-alpha{% endblock %} {% block content %}

Simulate a trade

{% if harvest_mode and ticker and qty %}
Harvest mode
Pre-filled to sell {{ qty }} {{ ticker }} {% if price_hint %}at the current quote ${{ price_hint }}{% endif %}. Hit Run sim to preview realized P&L, FIFO lot consumption, and any wash-sale traps before placing the harvest.
{% endif %}
{# Hidden select carries the form value; Alpine keeps it in sync via x-model. #}
{% for t in tickers %}
{% endblock %}