πŸ” Trade Journal β€” Data Hygiene Audit

Scans your localStorage trade data and produces a punch-list of records needing attention. Read-only β€” no changes made to your data.

πŸ“Š Data Snapshot

Loading…
β€”

πŸ›  Issues Found

Critical β€” affects accuracy of dashboard numbers Warning β€” degrades analytics quality Info β€” nice-to-have for richer insights

πŸ“€ Export Punch-List

Copy this CSV to Excel, mark off as you fix each row, or paste it into a Claude conversation for guided cleanup.

πŸ“– How to Use This Audit

  1. Save this file as data-hygiene-audit.html in the same directory as trade-journal-pro.html on your localhost server.
  2. Open it in the same browser where you've been using the journal β€” it reads from the same localStorage, so it sees the same data the journal sees.
  3. Review the issues by severity. Critical issues are causing the "β€”" placeholders you see on your dashboard.
  4. Fix in batches. Don't try to fix all 195 trades at once. Knock out the past-expiration cleanup first (5-minute job), then tackle the missing-field categories one ticker at a time.
  5. Re-run this audit after each fix session to see your data quality improve.