# Hybrid Dashboard

Standalone dashboard file:

- `/home/aryy/.hermes/profiles/finance/backtests/xauusd_2026/hybrid.html`

URL through the existing static server/domain:

- `https://xauusd-backtest.aryy.my.id/hybrid.html`

This is a duplicate of `dashboard.html` with extra hybrid candidate/review sections. It keeps confirmed trade stats separate from scanner candidates.

Data sources:

- Hybrid confirmed trades: `hybrid/data/journal.json` and `hybrid/data/backtest-data.json`
- Hybrid shadow entries: `hybrid/data/shadow-trades.json`
- Scanner candidates: `hybrid/candidates/candidates.json`
- Manual candidate reviews: `hybrid/reviews/reviews.json`

Important: candidate counts do not affect equity/win-rate. Only hybrid confirmed manual-review trades affect performance metrics. This dashboard intentionally does **not** read the old manual replay files under `data/`.
