📁 Optimization Reports

{{ runs|length }} run(s) on disk · click "View Params" or "Download .set" on any card
← Back to Dashboard
All
Exploration
AI Iteration
Validation
AI insight
Has .set
{{ runs|length }} visible
{% if not runs %}
No reports yet.
Start the optimizer to generate your first run.
{% else %}
{% for r in runs %}
{{ r.run_id }}
{{ "%.4f"|format(r.score) }}
{{ r.phase|replace('phase1','Explore')|replace('phase2_ai','AI iter')|replace('phase2','Iter')|replace('phase3_oos','OOS')|replace('phase3_sens','Sens')|replace('phase3','Validate') }} {% if r.has_ai %}AI{% endif %} {% if r.has_set %}.set{% endif %}
Net Profit
${{ "%.0f"|format(r.net_profit) }}
PF
{{ "%.2f"|format(r.profit_factor) }}
Calmar
{{ "%.2f"|format(r.calmar) }}
Max DD
{{ "%.1f"|format(r.drawdown_pct) }}%
Win %
{{ "%.1f"|format(r.win_rate) }}%
Trades
{{ r.total_trades }}
{{ r.ts[:19].replace("T"," ") }} UTC
{% if r.has_set %} ⬇ .set {% else %} {% endif %} Full Report ↗
{% endfor %}
{% endif %}
0 selected for compare