LLMs have a training knowledge cutoff. Without a live data feed, models cannot accurately describe what the market is doing right now. AI Tools solves this by giving your model a structured, up-to-date snapshot refreshed every 5 minutes.
How it works
Subscribe and get your access URL
Subscribe to AI Tools at $49/mo from your StratAlerts account. After subscribing, your account settings show a personalized bundle URL and API key. 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 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
$49 / month
Includes access to the live bundle feed and 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.
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.