Documentation Index
Fetch the complete documentation index at: https://docs.stratalerts.com/llms.txt
Use this file to discover all available pages before exploring further.
Realtime Market Data for AI Workflows
AI Tools brings StratAlerts market data directly into your AI workflows. Every five minutes, StratAlerts compiles a structured snapshot of every tracked symbol — complete with TFC state, candle data across nine timeframes, and full setup fields — and makes it available as a downloadable NDJSON bundle. You feed that bundle into your LLM of choice, and your model can answer detailed questions about current market conditions using real, live data instead of hallucinating on stale training knowledge.Founders Plan subscribers already have AI Tools included at no extra cost. If you are on the Basic plan or have no scanner subscription, AI Tools is available as a standalone add-on at $25/mo.
How it works
Subscribe and get your access URL
If you are on the Founders Plan, AI Tools is already active — go to your account settings to find your bundle URL and API key. Otherwise, subscribe to AI Tools at $25/mo from your StratAlerts account. The bundle updates automatically every 5 minutes — no polling configuration required on your end.
Fetch the bundle and load it into your LLM
Make an HTTP GET request to your bundle URL with your API key in the header. The response is an NDJSON file — one JSON object per line, one line per symbol. Paste the bundle content into your LLM’s context window or attach it as a file, then add your starter prompt.
Compatible models
AI Tools bundles are plain structured JSON, so they work with any model that accepts a file or text context.OpenAI GPT
GPT-4o and later models accept large context windows. Paste the bundle directly or use the Assistants API with file attachments.
Anthropic Claude
Claude’s extended context window handles full bundles easily. Use the API or paste directly into Claude.ai.
Google Gemini
Gemini 1.5 and later support large context inputs. Pass the bundle via the API or Gemini Advanced.
OpenAI Codex
Use Codex for programmatic workflows — generate scanning scripts, filters, or automated reports from live bundle data.
Llama 3
Self-hosted Llama 3 deployments work with the same bundle format. Ideal for private, on-premise AI workflows.
Any LLM
The NDJSON format is model-agnostic. If your model accepts text or file input, the bundle works.
What you can do with it
AI-powered market analysis
AI-powered market analysis
Ask the model to summarize current TFC alignment across sectors, identify which symbols have the most timeframe continuity, or flag setups where multiple timeframes are aligned in the same direction.
Natural language setup scanning
Natural language setup scanning
Describe the setup pattern you’re looking for in plain English. The model searches the bundle for matching symbols rather than you having to manually filter a table.Example prompts:
- “Which stocks are 2U on the daily with a green weekly TFC?”
- “Show me names that are in-force on the 60-minute timeframe.”
- “Find symbols where the daily and weekly are both 2U.”
Automated reporting
Automated reporting
Use Codex or the OpenAI API to write scripts that fetch the bundle, filter for specific conditions, and generate a formatted market brief — automatically, on a schedule.
Backtesting and pattern research
Backtesting and pattern research
Save snapshots at regular intervals to build a historical record of setup states. Use that history to study how certain TFC configurations or in-force conditions played out over time.
Pricing
AI Tools is included at no extra cost with the Founders Plan. If you are on the Basic plan or have no scanner subscription, you can purchase AI Tools as a standalone add-on at $25/mo. The plan includes 2 GB of data per month. Most workflows stay well within the included data cap.$5 / GB overage
If your workflow fetches the bundle frequently or processes large volumes of data, additional usage is billed at $5 per GB beyond the included 2 GB.
Watch a Demo
Next steps
Installation Guide
Follow these instructions to begin using AI Tools. If you need help installing, please reach out to us.
Bundle reference
Detailed field-by-field reference for the bundle format, including a sample JSON snippet and fetch examples.
AI Search
Use the natural language search built into the StratAlerts setups table — no LLM setup required.