๐
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.
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).