Strategy performance
How we publish performance — and what you should and shouldn't read into it. Last reviewed: 2026-05-20.
🎯 Public commitment
Monthly PAPER-portfolio snapshots per production strategy, signed with a dedicated Ed25519 key — verifiable the same flow as the build attestation on /security.
Next target: 2026-07-01 (June 2026 PAPER).
Latest snapshot
| Strategy | Return | Buy & hold | Edge | Sharpe | Max DD | P&L USD | Opens/Closes | Win rate | Profit fact |
|---|
Why this page exists
Selling discipline without showing data is asking for trust. This page commits, in public, to what we publish, when, and how to verify it.
What gets measured
Four production strategies — EMA Cross, Breakout V1, TS Momentum V1, Quantor Adaptive Pro — each runs a continuous PAPER portfolio on live market data:
- $10,000 baseline (same constant the production
DailyLossSentineluses). - Documented default params — no manual tuning per month. Default changes are dated; the old default runs in parallel ≥ 90 days for comparison.
- Fixed allowlist: BTC/USDT and SOL/USDT at M1 / M5.
- Real taker fees — Binance spot 0.10%, tracked in the snapshot.
What's in a snapshot
Single signed JSON, one row per strategy:
- monthly return % + cumulative return %
- Sharpe (annualised, 365-day, zero rf) — same formula as
MeEquityCurveController.annualizedSharpe - max drawdown % — peak-to-trough, positive number
- win rate, profit factor, opens / closes
- buy & hold benchmark — passive HODL of the same symbol over the same period, so the strategy's edge over "do nothing" is visible.
Snapshot JSON includes the SHA-256 of the strategy source file, the period start/end ISO timestamps, the build commit SHA + Ed25519 signature. Nothing in a snapshot is editable after publication — overwriting a past month breaks the signature and is visible on inspection.
Schedule
Monthly
1st of each month: signed JSON for the previous calendar month.
Quarterly
Jan / Apr / Jul / Oct: 90-day roll-up with regime breakdown (CALM / VOLATILE / DANGEROUS).
Annual
Once per year: written commentary on what worked + what didn't, signed alongside the data.
⏳ What you'll see here until the first snapshot publishes
No backtest charts, no cherry-picked windows. Pre-launch the only honest answer is «data is being collected — check back 2026-07-01». When the first snapshot lands, the JSON URL + verify command appear above.
How to verify (when published)
curl -sS https://quantorsaas.app/performance/snapshots/2026-07.json > snap.json curl -sS https://quantorsaas.app/performance/snapshots/2026-07.json.sig > snap.sig curl -sS https://quantorsaas.app/.well-known/quantor-perf-pubkey.pem > key.pem openssl pkeyutl -verify -pubin -inkey key.pem -in snap.json -sigfile snap.sig # Expected: "Signature Verified Successfully"
Public key fingerprint on /security, never changes during the project's lifetime. Any rotation is announced ≥30 days in advance with cross-over verification.
What this page does NOT promise
- Forward returns. Past PAPER ≠ prediction. Regimes change.
- That LIVE matches PAPER. Slippage, partial fills, exchange downtime, your specific notional all shift the result.
- «Guaranteed yield». If you see «+X% guaranteed» anywhere on this site, it's a bug — please report to bugs@quantorsaas.app.
Quantor is built on discipline, transparency, and risk controls — not the idea that we beat the market. If a strategy loses money over a year, the snapshot shows it losing money. Surprised customers cancel.
🚀 Closed beta — first 100 users
Quantor is in closed beta right now — the public launch is on 2026-07-01. First 100 applicants get a personal invite to register, create a password, and pick a plan in the dashboard.
No fees during beta. No data resale, no mailing list — just an invite when your turn comes up.
- 50% off any plan — locked-in pricing for the lifetime of your subscription (only beta-allowlist emails)
- First month free after launch (auto-applied at first checkout)
Discount is gated to your beta-allowlist email and runs as long as your subscription stays active — it can't be shared after the beta closes. Deleting your account drops these perks.
- You'll get a confirmation email within 24h — first 100 applicants are auto-approved.
- Open quantorsaas.app/app, register with the SAME email, verify your address.
- Pick the FREE plan (or any paid tier — all free during closed beta), connect Telegram, create your first PAPER bot.
Replies read personally. Questions → bugs@quantorsaas.app.