How to Use Tradeiz AI

From zero to a reviewed backtest in minutes — inside Hyper Charts, with educational output only.

Seven-step workflow from opening Tradeiz AI to a reviewed backtest

Open Tradeiz AI

Go to any chart page. On the right toolbar, click the sparkle icon between the alerts bell and the layout toggle. The chat panel slides in from the right edge.

Tradeiz AI is available to Sign in users. Unsigned visitors are redirected to login first.

Sparkle icon on chart toolbar opening the AI chat panel

Ask anything

Type into the composer and press Enter. The reply streams over SSE — you will see reasoning, tool calls (with arguments and duration), then the final answer.

Shift+Enter inserts a new line. The Stop button cancels a response mid-stream.

Composer input streaming SSE response with reasoning and tool calls

Use slash commands

Type / at the start of the composer to open the command menu.

  • /strategy — ask the AI to write YeScript for the active chart.
  • /backtest — replay the strategy currently in your editor.
  • /explain — walk through the active YeScript line by line.
  • /symbol — switch chart symbol, exchange, or timeframe via bridge tools.
  • /market — snapshot funding, OI, sentiment for a symbol or the market.
  • /clear — start a new conversation thread.
  • /help — list every available command.
Slash command menu with strategy backtest and market shortcuts

Pin context with @-references

Type @ to attach live context. Each token expands at send time so the model sees concrete values, not placeholders.

  • @symbol — active exchange, symbol and timeframe.
  • @strategy — YeScript editor source (fenced as code).
  • @timeframe — active interval only (1m, 5m, 1h, …).
  • @chart — full chart context object (symbol, range, bar count).

Example: "Why does @strategy underperform on @symbol during low-volume sessions?"

At-context tokens expanding to live symbol and strategy values at send time

Review code changes

When Tradeiz AI writes or edits YeScript, the change appears as an inline diff in the chat bubble. Click Accept to apply it to the editor, or Reject to discard. The chart can re-run on loaded bars after each accepted change.

Toggle Auto-Accept in the panel header only if you want every change applied without review — useful for quick experiments, not production strategies.

Inline YeScript diff with accept and reject controls

Iterate

  • Hover a message for action icons — Edit, Regenerate, Copy.
  • Edit your last user message to refine the prompt; everything after it is dropped.
  • Apply pushes a streamed YeScript block into a new editor tab.
  • Restore rolls the editor back to any earlier checkpoint.
Message edit regenerate copy and checkpoint restore actions

Resize and dock

Drag the left edge of the panel to change width — the value persists between sessions. Drag past the collapse threshold to close. Unsent drafts autosave per conversation.

Resizable AI chat panel with persistent width and draft autosave

Prompt templates that work well

  • "Write a momentum strategy on @symbol that goes long when 9-EMA crosses above 21-EMA and RSI is above 50, with a -1.5% stop."
  • "Backtest @strategy over the last 50,000 bars and report Sharpe, win-rate, and max drawdown."
  • "Show the 5 perps with the most negative funding right now, sorted by 24h OI change."
  • "Explain the divergence between price and OI on this chart over the past 6 hours."
  • "Critique @strategy: name three weaknesses and propose specific YeScript fixes."
Example prompt templates branching to strategy backtest and market analysis tasks