Tradeiz AI Features

111 registered tools orchestrated through SSE chat — chart bridge, read-only market data, YeScript library access, and review-first code changes.

AI command core with crypto chart tools orbiting a glowing ring
14 Chart bridge (14 tools)
87 Market data (87 tools)
10 Scripts and persistence (10 tools)

Chart bridge (14 tools)

Executed in your browser via tt.ai.bridge.js — the model sees exactly what Hyper Charts exposes on the active pane.

  • read_chart_context — exchange, symbol, market type, interval, visible range, bar count, overlays.
  • read_chart_candles / extend_chart_history — inspect or prepend loaded OHLCV without leaving the chart.
  • write_strategy_to_editor / read_strategy_from_editor — propose or read YeScript with apply-first diff review.
  • run_strategy_in_chart / read_run_results — compile, replay on loaded bars, return KPIs and plot overlays.
  • switch_chart_market / switch_chart_interval / switch_chart_type — retarget the chart and wait for data to land.
  • toggle_chart_overlay — depth heatmap, liquidation heatmap, predicted liquidation, volume profile (futures-gated where required).
  • list_available_exchanges / zoom_chart_to_time / show_toast — venue list, precise viewport zoom, in-chart feedback.
Browser chart pane connected to an AI bridge node

Market data (87 tools)

Read-only queries against system_api /agg and /redis endpoints — the same aggregates behind Tradeiz home, sentiment, liquidations and chart overlays.

  • Funding — extremes, cross-venue matrix, arb boards, predicted/next settlement, pair history, treemap, KPI panels.
  • Open interest and positioning — OI movers/history, long-short extremes, top-trader ratios, squeeze setups, cycle indicators.
  • Liquidations — overview, heatmap, map, top events, cascade history, per-exchange breakdown, predicted heatmap series.
  • Trades and flow — whale tape, CVD aggregates, netflow lists, volume ratio, tick-level detail, large trades from Redis.
  • Sentiment — fear/greed, alt-season, BTC/Alt split, divergence, funding and LS heatmaps, OI waterfall.
  • DEX and on-chain — venue list, whale panels, funding arb, address profile, Hyperliquid ecosystem stats.
  • Chart overlays from Redis — depth, footprint, derivatives series, liquidation streams, overlay meta; some gated by plan tier.
  • Reference — symbol search, screener, news hot/latest/per-base, token unlocks, new listings, sparklines, market home bundles.
Global crypto market data panels orbiting a data hub

Scripts and persistence (10 tools)

YeScript library operations and paper-trading reads — always tied to your authenticated user id.

  • list_my_strategies / get_strategy_source / save_strategy — private library CRUD.
  • list_favorite_strategies / list_community_strategies — catalog browse with search.
  • grant_strategy_access / revoke_strategy_access — share scripts with collaborators.
  • get_paper_position — read simulated futures balance and positions (no live trading).
  • list_yescript_templates / get_yescript_template — built-in starter gallery.
YeScript library persistence hub tied to authenticated user id

Backtest modes

  • In-chart VM — up to 40,000 loaded bars with trade markers and equity metrics in chat.
  • Deep backtest — server worker for up to 200,000 bars; SSE progress stream; text KPI summary (markers skipped for performance).
  • get_klines_history — fetch history beyond what the chart has loaded before a long replay.
Backtest replay timeline with equity curve and server worker

Inline code review

Every YeScript change is reviewable and reversible.

  • Cursor-style inline diff with Accept / Reject inside the chat bubble.
  • Apply and Copy on streamed code blocks; optional Auto-Accept for rapid iteration.
  • Checkpoints snapshot the editor before each accepted change — one-click Restore.
  • Compile errors propagate back into the thread so the model can self-correct.
Inline code diff reviewed with accept and reject controls

Chat conveniences

  • Slash commands — /strategy, /backtest, /explain, /market, /symbol, /clear, /help.
  • @-context — @symbol, @strategy, @timeframe, @chart expanded at send time.
  • Edit & resend, Regenerate, Stop mid-stream, draft autosave, resizable panel.
  • Per-account conversation history with soft delete.
Chat input with slash commands and at-context flowing to SSE panel

Streaming reasoning trace

Responses stream over SSE. A foldable thought panel exposes model reasoning when you need to debug an answer; each tool call renders as a collapsible chip with arguments, structured results, and duration.

SSE response stream with foldable thought panel and tool call chips