Analysis

Chart Analyzer

Ask Kai to analyze the chart you are looking at. One click returns a structured verdict with entry zone, stop-loss, take-profit, confidence, and higher-timeframe alignment.

Chart Analyzer showing a verdict card with confidence, entry zone, stop-loss, and take-profit targets

Chart Analyzer result — verdict, execution plan, and supporting signals

One-Click AI Analysis

Chart Analyzer is the shortest path from a chart to a tradeable plan. One request hitsPOST /api/analyzeand returns a structured JSON payload the UI renders as a verdict card.

The response always includes:

  • Verdict — BUY, SELL, or WAIT.
  • Entry zone — price range to enter.
  • Stop-loss — invalidation level.
  • Take-profit — profit target(s).
  • Confidence — the AI's own conviction score.
  • HTF alignment — whether higher timeframes agree.
  • Supporting signals — indicators and structure backing the call.

How to Trigger

Ask Kai Button

Open any chart in the terminal and click the Ask Kai button on the chart toolbar. The Ask Kai modal (components/terminal/AskKaiModal.tsx) opens so you can pick options before submitting. Submit fires POST /api/analyze.

Options

Four dials in the Ask Kai modal tune the request.

Timeframe

Sets the candle resolution the AI reads (1H, 4H, 1D, etc.).

Risk

Biases SL/TP distances toward Conservative, Moderate, or Aggressive.

Focus

Full Analysis, Entry & Exit Only, or Trend Direction — controls response depth.

Strategy (optional)

Free-text bias ("only swing longs", "fade range highs") that the AI respects.

Reading the Verdict Card

Top line

The verdict (BUY / SELL / WAIT) and confidence percentage. Anything under 60% is a skip by engine rules.

Execution plan

Entry zone, stop-loss, and take-profit — all validated for direction before display.

HTF alignment

Summary of how higher timeframes stack with the call. Disagreement means the setup is counter-trend.

Supporting signals

Bullet list of indicators, levels, and structural reads the model used to justify the verdict.

Usage Limits Per Plan

Starter Free

Limited analyze credits. Verdict card is partially blurred.

Pro $39/mo

Full Chart Analyzer access with standard AI throughput.

Premium $99/mo

Gemini 3 Pro with web search and the highest analysis limits.

Next: Risk Management

See the guardrails that apply to every verdict before a trade is opened.

Risk Management