AI Search is the natural language query engine built into the StratAlerts setups table. Instead of manually configuring column filters, you type what you’re looking for in plain English — using the same Strat terminology you already think in — and the system translates it into structured filters that update the table immediately. It’s designed to let you move fast: a two-second query replaces several clicks of filter configuration.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.
Accessing AI Search
You can open AI Search from multiple places:- Wand button — click the wand icon (✦) next to the gear menu in the Setups Table toolbar. This is the fastest mouse-driven way to open AI Search while you’re already working with the table.
- Keyboard shortcut — press Q from anywhere in the app to open the search input immediately.
- Mission Control — use the AI Search bar on the main overview page.
AI Search is part of the StratAlerts app and does not require a separate AI Tools subscription. It runs inside the app and works against the live setups table.
How it works
When you submit a query, StratAlerts parses your natural language input and maps it to structured filter conditions on the setups table. The mapping preserves Strat-specific terminology, so you don’t need to translate it yourself.Type a plain English query
Use Strat terminology naturally — candle types, timeframe names, setup conditions. The parser understands both shorthand (
2U, 2D) and expanded forms (two up, inside day, in force).The system translates to structured filters
Your query is converted to specific filter conditions: candle type (CC, C1, C2), timeframe, TFC state, in-force status, and similar fields. The translation is shown so you can verify what was applied.
Example queries
These examples show the query you type and the filter conditions it maps to:- Inside days
- In-force setups
- 1-2U pattern
- Candle color
- Multi-timeframe
- In-force across timeframes
Query:
all inside daysTranslates to: CC = 1 on the daily timeframeReturns every symbol currently forming an inside day — a candle contained entirely within the prior candle’s range. Useful for identifying coiled setups before a potential directional break.Strat terminology the parser understands
AI Search recognizes the core vocabulary of The Strat methodology. You can use these terms directly in your queries:Candle types
Candle types
| Term | Meaning |
|---|---|
inside, inside day, 1 | Candle 1 — inside candle contained within prior range |
2U, two up, up candle | Candle 2U — up-candle, high above prior high |
2D, two down, down candle | Candle 2D — down-candle, low below prior low |
outside, 3, broadening | Candle 3 — outside candle, both high and low exceed prior range |
failed 2U | 2U candle that reversed below its own open |
failed 2D | 2D candle that reversed above its own open |
Timeframes
Timeframes
The parser accepts full names and shorthand:
| Accepted terms | Timeframe |
|---|---|
15m, 15 minute, 15-minute | 15-minute |
30m, 30 minute | 30-minute |
60m, 60 minute, hourly | 60-minute |
4H, 4 hour | 4-hour |
daily, day, D | Daily |
weekly, week, W | Weekly |
monthly, month, M | Monthly |
quarterly, quarter, Q | Quarterly |
yearly, year, annual, Y | Yearly |
Setup sequences
Setup sequences
AI Search understands two-part and three-part Strat setup sequences using the standard C2-C1 or C2-C1-CC notation:
Bare
| Term | Filter applied |
|---|---|
1-2U, 1-2d | C2 = 1, C1 = 2U or 2D |
3-2U, 2D-3 | Directional two-part sequences |
1-2-2, 1-2U-2D | Three-part sequences mapped to C2-C1-CC |
all 1-2 setups on the month | Expanded to C2 = 1, C1 = 2 (both directions) on Monthly |
2 in a sequence is automatically expanded to cover both 2U and 2D. Explicit directional sequences like 1-2d are mapped correctly as setup-sequence filters, not misread as current-candle state.Candle color
Candle color
| Term | Filter applied |
|---|---|
green C1, green trigger candle | C1 Color = green |
red C2, red target candle | C2 Color = red |
1-2d green | Setup = 1-2D, C1 Color = green (default) |
green C2 on the week | C2 Color = green on Weekly |
Setup conditions
Setup conditions
| Term | Condition |
|---|---|
in force, in-force, triggered | InForce = true |
continuation | Continuation = true |
P3, potential 3 | P3 flag = true |
PMG, potential major gap | PMG flag = true |
green TFC, bullish TFC | TFC state = green for the specified timeframe |
red TFC, bearish TFC | TFC state = red for the specified timeframe |
Tips for effective queries
Related
AI Tools overview
Feed live Strat bundles into GPT, Claude, Gemini, and other LLMs for deeper AI-powered analysis.
Bundle reference
Detailed field reference for the NDJSON bundle format used with external LLMs.