Docs·Web App·Misc

AI Chat

Ask the in-app AI assistant about the platform, indicators, trade setups, signal interpretations, or DeltaDSL syntax. Context-aware — it sees what's on your chart and can suggest next actions.

AI Chat is a context-aware assistant available from the sidebar. Unlike a generic chatbot, it knows what symbol and timeframe you have open, which indicators you're using, what signals just fired, and what your subscription gives you access to. Use it for "how do I…?" questions about the platform, interpretation of a specific signal that just fired ("why did mrD-RSI Pullback say BUY on BTCUSDT 5m right now?"), DeltaDSL syntax help, or troubleshooting (e.g. "my autotrade isn't executing — what's wrong?").

AI Chat interface

Opening the chat

Two ways:

  • Sidebar — click the AI Chat entry in the left nav. Opens the full-page chat.
  • Chart toolbar — small AI icon in the top toolbar opens a chat popover that overlays the chart (so you can ask questions without leaving your analysis). The popover has the same context but is dismissable with Esc.

What the AI knows

Context the AI sees on every turn:

SourceWhat it sees
Current chartSymbol, exchange, timeframe, visible indicators with their key settings, your active drawings (anonymised — geometry only, not labels).
Recent signalsThe last 50 signal events fired for your active symbol/timeframe combinations in the past 24h.
Open positionsIf you allow it — toggle in the AI Chat settings. Position symbols, sides, entry prices, current P&L (no API secrets).
Your plan tierSo it can suggest features you have OR upgrade paths if it suggests something you don't.
Doc corpusAll public documentation pages on docs.mrd-indicators.com.
DeltaDSL specThe full DSL grammar and stdlib reference.
Your conversation historyJust this session.

What it does NOT see:

  • Your email, name, real identity (only an anonymised account ID).
  • Your API keys or any data that requires them.
  • Other users' data.
  • Anything outside the mrD platform (no web browsing, no external API calls).

Use cases

QuestionWhat you get
"Why did mrD-RSI Pullback fire BUY on ATOMUSDT 5m at 13:42?"Reasoning grounded in the actual indicator output: which RSI value, what the trend filter saw, what divergence was present.
"What's the difference between Master and Premium plans?"Pulls from the Plans & billing page.
"Write a DeltaDSL script that buys when RSI crosses up through 30 and short EMA is above long EMA."Generated script with @input params, ready to paste into the script editor.
"Why isn't my autotrade executing the latest signal?"Inspects your autotrade config, the signal source, and your API key permissions; pinpoints the mismatch.
"Summarise my last week's portfolio performance."Reads your portfolio stats and gives a plain-English summary.
"What does it mean when the CVD is rising but price isn't?"Educational answer with cross-link to CVD docs.
"Should I buy BTCUSDT right now?"Will NOT answer — see Limitations below.

Limitations

The AI is configured to never give buy/sell recommendations or price predictions. If you ask "should I buy?", "where is the bottom?", "is X going to 100k?", you'll get a polite refusal with a redirect to neutral analysis ("here's what the indicators currently show, and here's what each suggests in isolation — your decision").

This is deliberate and non-negotiable:

  • Trade decisions are yours, not the AI's.
  • The platform is a toolkit, not a signal service that absolves you of analysis.
  • Any AI that confidently predicts price direction in crypto/forex is wrong as often as a coin flip — and you'd correctly blame the platform when it loses. So we don't pretend.

The AI WILL help you understand the data, explain the tools, write code, and troubleshoot — all of which preserve your agency.

Conversation history

  • Conversations are saved per device for 30 days.
  • You can pin a conversation (📌 icon) to keep it indefinitely.
  • You can delete individual conversations or wipe all history (Settings → AI Chat → Clear history).
  • Conversations are NOT shared across devices unless you're signed in on both (then they sync).
  • We do NOT use your conversations to train any model. They're stored only for your own recall.

Privacy controls

In Settings → AI Chat:

ToggleDefaultWhat it controls
Share chart contextONIf OFF, the AI sees the symbol/timeframe but no indicator outputs.
Share position dataOFFIf ON, AI sees your open positions (read-only).
Share portfolio statsOFFIf ON, AI can compute performance summaries.
Save conversation historyONIf OFF, conversations vanish on page reload.

What's next