# Cloud Diver — Independent Track-Record Verifier Most crypto signal channels delete their losing trades and screenshot a "90% win rate." This script does the opposite: it pulls the **full public list of closed trades** (including every loss) and recomputes the headline stats from scratch — so you don't have to trust anyone's marketing. ## What it proves 1. The displayed win rate / profit factor are **reproducible** from the raw trades. 2. Losing trades are **present and counted** — nothing scrubbed. 3. Every trade carries **symbol + UTC timestamp**, so you can cross-check each one yourself on Binance Futures. 4. A **SHA-256** integrity check confirms the data file wasn't quietly edited. ## Usage No dependencies — Python 3 standard library only. ```bash # verify the live public track record python3 verify_track.py # or point it at a specific data file / URL python3 verify_track.py --url https://nexus-bot.pro/signals/trades.json ``` ## Data source - Raw closed trades (public): https://nexus-bot.pro/signals/trades.json - Live track record page: https://nexus-bot.pro/signals/ - Verifier script: https://nexus-bot.pro/verify/verify_track.py ## License MIT. Use it, read it, fork it, run it against any channel that will give you raw data. --- *Not financial advice. Past performance does not guarantee future results. Trading involves risk; only risk what you can afford to lose.*