Desic Terminal

Documentation

Getting Started

Install, configure a demo account, place a first trade, then move on to the AI assistant and intelligence.

English (current) · 简体中文

From installation to your first trade, then the AI assistant and systematic research — this guide walks through the core workflows of Desic Terminal.


1. What is Desic Terminal#

Desic Terminal is an AI-native trading terminal for OKX USDT perpetual contracts that unifies six workspaces in one real-time context:

WorkspaceWhat you can do
TradingMarket, order book, depth, candles, order entry, position management
Pro ChartsMulti-timeframe multi-pane charts, 20+ built-in indicators, layers, drawings and quick trading
AI AssistantRead market/account/intelligence evidence in conversation, produce opportunities and chart actions
AI AutomationBackground AI Profiles that wake on conditions, with audit and position reviews
Systematic StrategyPython strategy backtesting, parameter tuning and live Profiles (no Python install)
Market IntelligenceTime-series evidence: news, sentiment, flows, Smart Money and system stress

2. Installation#

Download the build for your platform from GitHub Releases:

PlatformPackage
Windows x64Desic-Terminal_Windows-x64-setup.exe
macOS Apple Silicon (M1+)Desic-Terminal_macOS-arm64.dmg
macOS IntelDesic-Terminal_macOS-x64.dmg

Requirements

  • Windows 10+ or macOS 12+
  • Network access to OKX and your chosen AI provider
  • No Python install needed — the systematic research runtime ships inside the installer

3. First Launch#

  1. The main window opens in the trading workspace: title bar and watchlist on top, candles in the middle, order book and ticket on the right.
  2. The left rail switches workspaces: Trading, Opportunities, AI Automation, Systematic Research, Intelligence, Data.
  3. The notification center in the top-right collects in-app notifications; you can forward them to a Feishu bot in Settings.

4. Configure an OKX Account#

Settings → Account → Add account:

  1. Create an API key on OKX with trading-related permissions only.
  2. Fill in Key / Secret / Passphrase and choose the environment (demo or live).
  3. After saving, the desktop app opens a dedicated Private WebSocket and syncs historical fills and orders.
RecommendationWhy
Start with demoValidate contract sizes, margin modes, stops and notifications first
No withdrawal permissionAPI keys must not include withdrawal rights
Separate credentialsDemo and live each get their own keys

5. Get to Know the Trading Workspace#

The trading workspace: watchlist, candles, order book depth, trades and the ticket all share one symbol and account context.

Every panel in the trading workspace shares one symbol and account context:

  • Watchlist: switch symbols on the left, drag to reorder.
  • Order book / Depth: live levels and depth chart on the right.
  • Recent trades: latest trade tape.
  • Ticket: limit, market, algo orders; attach TP/SL or OCO.
  • Positions & orders: manage, amend, cancel and close in the tabs below.

All quantities are submitted in OKX contracts (lots), with coin amount, notional value, estimated margin, fees and stop risk shown alongside — so contracts, coins and USDT exposure are never confused.

Chart essentials

ActionHow
Change timeframeChart toolbar (1m – 1M)
Add an indicatorIndicator button → pick and configure; multiple instances supported
Toggle layersLayers button → indicators / price lines / drawings / analysis / fills / measure
Detached windowsChart windows button → 1/2/3/4-pane layouts, each pane with its own symbol and timeframe
Quick tradingRight-click the chart or drag price lines to form trade intents directly

6. Place Your First Trade#

Example: a demo limit order.

  1. Pick the demo account in the top account switcher.
  2. In the ticket choose Limit, a direction (long/short), price and size; attach TP/SL if needed.
  3. The preview dialog shows contract count, estimated margin and fees — verify, then submit.
  4. The order appears under "Orders"; once filled it moves to "Positions" and the chart shows the position line, entry price line and TP/SL lines (all draggable).
  5. Close from the positions row, or drag the chart position line to a target price for a quick close.

7. Configure the AI Assistant#

Settings → AI to configure a model service:

  1. Pick a provider: OpenAI, Anthropic, Gemini, Grok, DeepSeek, Qwen, KIMI, Doubao, MiniMax, Zhipu, or any compatible API.
  2. Fill in the API key and model name, save and run a connectivity test.
  3. Optionally configure a locally installed official Codex CLI or Claude Code channel — requests still obey the terminal's tool permissions.

8. Analyze the Market with AI#

Open the AI trading assistant on the right:

  1. Ask, for example:
    text
       Read the live price, order book, 1-hour candles, funding rate and open interest
       of BTC-USDT-SWAP and give a concise analysis with data timestamps.
  1. The assistant reads live market, account, orders, history, news and Smart Money evidence through allowlisted tools, streaming reasoning, tool calls and timing.
  2. Tool results carry data time, source and freshness, so the model distinguishes facts, inference and data gaps.

Permission modes (chosen per session/configuration):

ModeRead market & accountTrade opportunitiesExternal trade side effects
advisorYesNoForbidden
copilotYesCreate/edit/reuseUser approval required
limited_autoYesFrozen-candidate submissionProfile-authorized scope only

9. Custom Chart Indicators#

The indicator center ships MA, EMA, VWAP, Bollinger, Supertrend, Ichimoku, MACD, RSI, KDJ, ATR, ADX, Stochastic, CCI, ROC, Williams %R, MFI, OBV and more.

Custom indicators use a safe JSON DSL (no JavaScript execution, no file or network access):

  1. Indicator center → New custom indicator.
  2. Write expressions in the CodeMirror editor, or use the indicator AI assistant to discuss ideas — DSL is only generated when you explicitly ask to create or update.
  3. After saving, the indicator passes schema validation and versioning and enters the library for any chart.

10. Market Intelligence#

Market intelligence: news and events, coin sentiment, open interest and taker flow, stored locally as attributable evidence.

The intelligence panel is a set of time-series evidence shared by manual workflows and AI tools:

  • News & events: list, full text, clustering, importance and multi-window market reactions
  • Sentiment: coin sentiment snapshots, trends, heat and long/short rankings
  • Economic calendar: weekly/monthly views, region, importance, previous/forecast/actual
  • Flow structure: price + OI combinations, taker flows, retail vs elite positioning
  • Smart Money: trader performance, positions, historical orders, aggregate signals and divergence
  • Derivatives state: funding, basis, liquidation samples, insurance fund, price limits and ADL

Every view discloses data time and coverage; missing or stale data is flagged explicitly — no old snapshots disguised as current state.


11. Next Steps#

View source on GitHub