๐Ÿ“ Optimization Reports

{{ runs|length }} run(s) recorded ยท Click any card to open the full report
← Back to Dashboard
{% if not runs %}
No reports yet.
Start the optimizer to generate your first run report.
{% else %}
{% for r in runs %}
{{ r.run_id }}
{{ "%.4f"|format(r.score) }}
{{ r.phase }}
Net Profit
${{ "%.0f"|format(r.net_profit) }}
Calmar
{{ "%.2f"|format(r.calmar) }}
Drawdown
{{ "%.1f"|format(r.drawdown_pct) }}%
PF
{{ "%.2f"|format(r.profit_factor) }}
Trades
{{ r.total_trades }}
Score ฮ”
{{ "%+.4f"|format(r.score_delta) }}
{{ r.ts[:19].replace("T"," ") }} UTC
{% endfor %}
{% endif %}