Accessing AI Search
To open AI Search, click the AI Search icon in the setups table toolbar, or press the keyboard shortcut shown next to the icon. The search input appears above the table. Type your query and press Enter — the table filters update in real time.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
- TFC color
- Multi-timeframe
Query:
all inside daysTranslates to: CC = 1 on 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 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.