{% extends "base.html" %} {% block title %}Neutral Sigma 0DTE · {{ _('Dashboard') }}{% endblock %} {% block content %}

{{ _('Neutral trading with real statistics') }}

{{ _('Explore, compare, and master IC/IB 0DTE with a clean, professional UI.') }}

{{ _('EV/trade') }} {{ kpis.ev_trade }}
{{ _('WinRate') }} {{ kpis.winrate }}
{{ _('Max DD') }} {{ kpis.max_dd }}

{{ _('Equity curve (placeholder)') }}

{{ _('Chart area') }}

{{ _('Performance by time (placeholder)') }}

{{ _('Hourly bars') }}

{{ _('Heatmap (placeholder)') }}

{{ _('d × w matrix') }}

{{ _('Recent activity') }}

{% endblock %}