๐ŸŽฏ What to export
๐Ÿ“Š

CSV

Open in Excel, Sheets, Numbers. Full columns including timestamps, ML prob, severity, and metadata.

๐Ÿ“ฆ

JSON

Structured payload for APIs, scripts, or import into other tools. Includes all metadata.

๐Ÿ“ˆ

TradingView

Watchlist text file. Just symbols, one per line. Drop into TradingView import.

๐Ÿ“

Markdown

Plain-text bullet list. Paste into Notion / Obsidian / Slack / Discord / chat with friends.

๐Ÿ‘ Preview ยท -- rows
Click a format above to generate.
๐Ÿง  Tips
CSV โ†’ broker: Most brokers (Alpaca, Tradier, IBKR) accept CSV uploads for batch order entry. Filter to your highest-confidence picks first.
TradingView format: Save the .txt, open TradingView โ†’ watchlist menu โ†’ Import. Symbols appear as a saved list.
Markdown โ†’ Discord: Paste into a code block (triple backticks) and it looks clean. Good for sharing with trading buddies.
JSON โ†’ cron job: If you're building automation, fetch this format and feed it into your script (n8n / Zapier / custom Python).