| Analyzer | Severity | Confidence | Finding | Est. Impact |
|---|---|---|---|---|
| {{ f.analyzer }} | {{ f.severity.upper() }} | {{ "%.0f"|format(f.confidence * 100) }}% | {{ f.description }} | ${{ "%.0f"|format(f.impact_estimate_pnl) }} |
| Parameter | Value | Changed |
|---|---|---|
| {{ p.name }} | {{ p.new }} | {% if p.changed %}✅ {{ p.old }} → {{ p.new }}{% else %}—{% endif %} |
| # | Open | Close | Dir | Net $ | MFE pip | MAE pip | Session | Result |
|---|---|---|---|---|---|---|---|---|
| {{ loop.index }} | {{ t.open_time }} | {{ t.close_time }} | {{ t.direction }} | ${{ "%.2f"|format(t.net_money) }} | {{ t.mfe_pips or '—' }} | {{ t.mae_pips or '—' }} | {{ t.session or '—' }} | {{ t.result_class or '—' }} |