RUENES
๐Ÿ” OPEN ยท DEPENDENCY-FREE ยท STDLIB ONLY

Don't trust us. Verify the track record yourself.

A tiny Python script that pulls the full public list of closed Cloud Diver trades โ€” including every loss โ€” and recomputes the headline win rate & profit factor from scratch. Most channels delete their losers and flash "90% win rate". This does the opposite.

Run it (no install)

curl -O https://nexus-bot.pro/verify/verify_track.py
python3 verify_track.py --url https://nexus-bot.pro/signals/trades.json
โฌ‡ Download verify_track.py ๐Ÿ“„ README ๐Ÿ“Š Raw trades.json

What it proves

  1. Numbers are real โ€” win rate / profit factor reproduce from the raw trades, not from a marketing claim.
  2. Losses aren't hidden โ€” losing trades are present in the feed and counted.
  3. You can check it yourself โ€” every trade has a symbol + UTC timestamp to cross-verify on Binance Futures.

Example output

closed trades : 70
winners       : 55
losers        : 15   ← losses ARE in the data, not hidden
win rate      : 79%   (recomputed)  →  page claims 79%  → MATCH ✓
walk-forward  : ~53% WR, PF 1.39 (out-of-sample โ€” the realistic number)
The current bull-window win rate is high (~79%); the honest walk-forward expectation is ~53% (PF 1.39). We publish both โ€” and the drawdown (18%).
๐Ÿ“Š See the live track โ†’ Cloud Diver โ†’
Open forward track, every closed trade public including losses.
๐Ÿ” Check any other signal channel for scam โ†’
Free profit-factor calculator + red-flag checklist.
๐Ÿงช Our raw experiments (edge unproven) โ†’
Strategies shown as-is, with negative per-trade edge. Transparency, not a product.
MIT-licensed. Source mirrored here independent of any platform.
Not financial advice. Past performance โ‰  future results.