Docs Account & billing
Data export and deletion
How to take your data with you, and how scheduled account deletion works.
Your data is yours. Two surfaces: ad-hoc CSV export of your trades, and a full deletion flow that removes everything from the platform.
Trade export
Trades page → Export CSV. The download honours the current filter / date range / setup selection — exporting a filtered view exports just those trades. Columns include everything stored: symbol, side, entry / stop / exit, R, net P&L, setup, mood, energy, notes, broken rules.
Account deletion
Settings → Account → Delete account. Schedules a delete in 30 days. A banner appears across the app while scheduled; cancel anytime within the window from the same screen to abort the delete.
What gets deleted
- ▸Everything tied to your user: trades, setups, rules, screenshots, AI call logs, broker connections, webhook secrets, share-card cache. A cron purges the rows after the grace window.
- ▸Auth.js sessions are torn down on the same job — anyone with an active session token gets signed out.
- ▸Bar data (the Databento store) is global, not per-user — it stays. It contains no personally identifying information.
What can take longer
- ▸Stripe. Customer record and tax invoices are retained per financial-records regulations (~10 years in Germany). Email us if you need a specific record redacted — we can request Stripe-side deletion in some jurisdictions.
- ▸Email logs. Transactional emails through Resend are kept for ~30 days per Resend's policy. They're scoped to delivery diagnostics and don't include trade data.
Want a portable export before deletion? Download the CSV from
Trades first. After the delete cron runs, there's no recovery — by design.