vibe-trading

Professional finance research toolkit — backtesting (9 engines + benchmark comparison panel), factor analysis, Alpha Zoo (462 pre-built alphas across qlib158/alpha101/gtja191/acade…

Haozhe Wu

@warren618

What This Skill Does

Professional finance research toolkit offering backtesting (8 engines with benchmark comparison), factor analysis, 462 pre-built quantitative alphas, options pricing, trade journal analysis, and a Shadow Account loop that extracts trading rules from a journal, backtests them across A/HK/US/crypto markets, and generates reports. Supports 23 market-data sources with zero API keys for most features.

Replaces building custom backtesting and factor analysis pipelines from scratch by providing 88 pre-built skills, 462 alphas, and an automated shadow-trading loop that distills journal entries into testable strategies.

When to Use It

  • Backtest a quantitative strategy across A/HK/US/crypto markets with 8 engine options and benchmark comparison
  • Extract implicit trading rules from a broker export CSV and backtest them against historical data
  • Run one of 462 pre-built alpha factors (qlib158/alpha101/gtja191/academic/fundamental) for signal generation
  • Analyze a trade journal for behavioral biases like disposition effect, overtrading, or anchoring
  • Price options using built-in models across multiple market data sources
  • Scan today's symbols for signals matching a shadow strategy's entry criteria

Install

$ openclaw skills install @warren618/vibe-trading

Vibe-Trading

Professional finance research toolkit with AI-powered backtesting (9 engines), multi-agent teams, 89 specialized skills, the Alpha Zoo (462 pre-built quantitative alphas across qlib158 / alpha101 / gtja191 / academic / fundamental with one-line CLI benchmarking), and the Shadow Account loop — extract your implicit trading rules from a journal, backtest them across A股/港股/美股/crypto, then see where they would have served you better.

Setup

pip install vibe-trading-ai

Package name vs commands: The PyPI package is vibe-trading-ai. Once installed, you get:

CommandPurpose
vibe-tradingInteractive CLI / TUI
vibe-trading serveLaunch FastAPI web server
vibe-trading-mcpStart MCP server (for Claude Desktop, OpenClaw, Cursor, etc.)

Add to your agent's MCP config:

{
  "mcpServers": {
    "vibe-trading": {
      "command": "vibe-trading-mcp"
    }
  }
}

API Key Requirements

Core research MCP tools work with zero API keys for HK/US/Canada/crypto. After pip install, backtesting, market data, factor analysis, options pricing, chart patterns, web search, document reading, trade journal analysis, shadow-account extraction/backtest/report, the Alpha Zoo (462 pre-built alphas), and all 89 skills are ready to use. IBKR tools require a local TWS / IB Gateway session; run_swarm requires an LLM key.

FeatureKey neededWhen
HK/US/Canada equities & cryptoNoneAlways free (yfinance / stooq / yahoo + OKX)
China A-share dataNoneFree via akshare / baostock / tencent / sina / eastmoney / mootdx fallback (TUSHARE_TOKEN optional for premium quality)
Premium US fundamentals/quotesFINNHUB_API_KEY / ALPHAVANTAGE_API_KEY / TIINGO_API_KEY / FMP_API_KEYOnly for optional-key providers (graceful fallback to free sources)
Multi-agent swarm (run_swarm)OPENAI_API_KEY + LANGCHAIN_MODEL_NAMESwarm spawns internal LLM workers

What You Can Do

Shadow Account — flagship loop

Feed a CSV broker export (同花顺 / 东财 / 富途 / generic), and the agent will:

  1. analyze_trade_journal — profile your behavior (holding period, win rate, disposition effect, chasing, overtrading, anchoring).
  2. extract_shadow_strategy — distill 3-5 if-then rules that describe your profitable roundtrips.
  3. run_shadow_backtest — backtest those rules across A/HK/US/crypto and compute delta-PnL vs your realized trades.
  4. render_shadow_report — produce an HTML/PDF report (8 sections + charts) with today's matching signals.
  5. scan_shadow_signals — list today's symbols that match your shadow's entry cadence (research only).

Backtesting

Create and run quantitative strategies across 9 engines (ChinaA, GlobalEquity, IndiaEquity, KoreaEquity, Crypto, ChinaFutures, GlobalFutures, Forex + options) with 24 market-data sources (auto-detect + ordered fallback):

  • HK/US equities via yfinance / stooq / yahoo (free, no API key); optionally via Longbridge historical OHLCV (longbridge, requires the optional SDK and LONGBRIDGE_APP_KEY / LONGBRIDGE_APP_SECRET / LONGBRIDGE_ACCESS_TOKEN). To force it for a run, set "source": "longbridge" in config.json.
  • Canada equities (TSX/TSXV) via yahoo / yfinance using Yahoo's canonical <TICKER>.TO (TSX, e.g. TD.TO) or <TICKER>.V (TSXV, e.g. PNG.V) suffixes — free, no API key. The GlobalEquity engine uses CAD identity, whole-share orders, configurable Canadian commission/slippage, and the TSX/TSXV price-increment grid.
  • India equities (NSE/BSE) via yahoo / yfinance using <SYMBOL>.NS (NSE, e.g. RELIANCE.NS) or <SCRIP>.BO (BSE, e.g. 500325.BO) — free, no API key. The IndiaEquityEngine models T+1 delivery, no overnight shorts (set allow_short for intraday), configurable circuit bands, 1-share lots, and the STT/stamp-duty/exchange/GST cost stack. Optionally back-fill from your live broker via the india_broker source (Shoonya/Dhan; requires broker login).
  • Korea equities (KRX: KOSPI/KOSDAQ) via pykrx using <CODE>.KS (KOSPI, e.g. 005930.KS) or <CODE>.KQ (KOSDAQ, e.g. 247540.KQ) — free, no API key (pip install "vibe-trading-ai[krx]"; yahoo/yfinance fallback needs no extra). pykrx serves daily bars only (an intraday request falls through to another source) and its adjusted series is Naver-backed rather than a verbatim KRX print. The KoreaEquityEngine models same-day round trips (no T+1), the ±30% daily price limit measured from the previous close and quantized to the KRX tick grid, tick-rounded fills, the 0.20% sell-side transaction tax (2026 rate), and 1-share lots. It is long-only: allow_short is refused, because KRX covered-short and uptick rules cannot be enforced on daily bars.
  • Cryptocurrency via OKX or CCXT/100+ exchanges (free, no API key)
  • China A-shares via AKShare / baostock / tencent / sina / eastmoney / mootdx (free, no API key) — TUSHARE_TOKEN optional for premium quality
  • Futures, forex, macro via AKShare (free, no API key)
  • HK & A-share equities via Futu (broker login required, optional)
  • Local CSV/parquet bars via the local loader (offline, no network)
  • Premium cross-market data via QVeris (optional API key)
  • Premium US data via optional-key finnhub / alphavantage / tiingo / fmp (graceful fallback to free sources)

Factors: the Alpha101 and QLib158 zoos are tagged for the equity_in and equity_kr universes, so they compute on NSE/BSE and KRX bars (the GTJA191 zoo stays China-only). Live/paper India trading uses the Shoonya / Dhan connectors (paper + read-only live; live order placement is structurally disabled because those brokers expose no paper/live switch).

Example workflow:

  1. Use list_skills() to discover strategy patterns
  2. Use load_skill("strategy-generate") for the strategy creation guide
  3. Use write_file() to create config.json and code/signal_engine.py
  4. Use backtest() to run and get metrics (Sharpe, return, drawdown, etc.)

Multi-Agent Swarm Teams

30 pre-built agent teams for complex research:

  • Investment Committee: bull/bear debate → risk review → PM decision
  • Global Equities Desk: A-share + HK/US + crypto → global strategist
  • Crypto Trading Desk: funding/basis + liquidation + flow → risk manager
  • Earnings Research Desk: fundamentals + revisions + options → earnings strategist
  • Macro/Rates/FX Desk: rates + FX + commodities → macro PM
  • Quant Strategy Desk: screening → factor research → backtest → risk audit
  • Risk Committee: drawdown, tail risk, regime analysis
  • And 23 more specialized teams

Use list_swarm_presets() to see all teams, then run_swarm() to execute.

Alpha Zoo (462 pre-built alphas)

One-line cross-sectional IC / IR / alive-reversed-dead categorisation across five bundled zoos:

  • qlib158 (154 alphas) — Microsoft Qlib's Alpha158 feature handler, Apache-2.0 with pinned commit SHA.
  • alpha101 (101 alphas) — Kakushadze (2015) "101 Formulaic Alphas" (arXiv:1601.00991), written from the paper appendix.
  • gtja191 (191 alphas) — Guotai Junan 2014 "191 Short-period Trading Alpha Factors" research report.
  • academic (12 factors) — Fama-French 5 + Carhart momentum + Jegadeesh reversal + George-Hwang 52-week-high + Amihud illiquidity + Harvey-Siddique skew + Frazzini-Pedersen betting-against-beta (price-based proxies) + a correlation-rewiring stability score (from the in-repo correlation-regime skill).
  • fundamental (4 factors) — PIT-safe earnings yield, ROE, gross profitability, and asset growth from daily fundamental panels.

Each alpha ships with __alpha_meta__ (formula LaTeX + theme + universe + warmup + columns required), guarded by an AST purity gate + 300-row lookahead sentinel test. Use the vibe-trading alpha {list,show,bench,compare,export-manifest} CLI, the /alpha/* REST routes (browser at /alpha-zoo), or compose multi-factor signals via ZooSignalEngine.from_zoo(...).

Finance Skills (89)

Comprehensive knowledge base covering:

  • Technical analysis (candlestick, Elliott wave, Ichimoku, SMC, harmonic, chanlun)
  • Quantitative methods (factor research, ML strategy, pair trading, multi-factor)
  • Risk management (VaR/CVaR, stress testing, hedging)
  • Options (Black-Scholes, Greeks, multi-leg strategies, payoff diagrams)
  • HK/US equities (SEC filings, earnings revisions, ETF flows, ADR/H-share arbitrage)
  • Crypto trading desk (funding rates, liquidation heatmaps, stablecoin flows, token unlocks, DeFi yields)
  • Behavioral finance, trade journal diagnostics, shadow account
  • Macro analysis, credit research, sector rotation, and more

Use load_skill(name) to access full methodology docs with code templates.

Available MCP Tools (70)

ToolDescriptionAPI Key
list_skillsList all 89 finance skillsNone
load_skillLoad full skill documentationNone
start_research_goalCreate an auditable research goalNone
get_research_goalRead the current research goalNone
add_goal_evidenceAttach evidence to a research goalNone
update_research_goal_statusUpdate goal lifecycle statusNone
backtestRun vectorized backtest engineNone*
factor_analysisIC/IR analysis + layered backtestNone*
alpha_zooBrowse bundled alpha metadata and registry healthNone
alpha_benchBenchmark one alpha or a complete zooNone*
analyze_optionsBlack-Scholes price + GreeksNone
analyze_options_payoffMulti-leg expiry payoff + spot/IV scenariosNone
pattern_recognitionDetect chart patterns (H&S, double top, etc.)None
get_market_dataFetch OHLCV data (auto-detect + ordered fallback across 24 sources)None*
get_fund_flowCapital fund-flow (main/retail net inflow)None*
get_dragon_tigerDragon-tiger list (龙虎榜) top buyer/seller seatsNone*
get_northbound_flowNorthbound (Stock Connect) net flowNone*
get_margin_tradingMargin trading & short-selling balancesNone*
get_block_tradesBlock-trade (大宗交易) recordsNone*
get_shareholder_countShareholder-count history per symbolNone*
get_lockup_expiryRestricted-share lockup release scheduleNone*
get_sector_infoSector / industry constituents & performanceNone*
get_research_reportsSell-side analyst research reportsNone*
get_stock_newsMarket & company news headlinesNone*
get_sec_filingsSEC EDGAR filings (10-K/10-Q/8-K, etc.)None
get_financial_statementsIncome / balance / cash-flow statementsNone*
get_options_chainOptions chain (strikes, IV, OI, Greeks)None*
get_stock_profileValuation, analyst estimates & institutional holdings (US/HK)None
screen_marketMarket screener with fundamental/technical filtersNone*
search_symbolSymbol / ticker search across marketsNone
get_macro_seriesFRED macroeconomic seriesFRED_API_KEY
iwencai_searchA-share natural-language research searchIWENCAI_KEY
qveris_searchSearch QVeris premium data/tool marketplace (free discovery)QVERIS_API_KEY + paid mode
qveris_inspectInspect QVeris tool schemas before executing (free)QVERIS_API_KEY + paid mode
qveris_executeExecute a QVeris capability; budget-bounded, may be billableQVERIS_API_KEY + paid mode
web_searchSearch the web via DuckDuckGoNone
read_urlFetch web page as MarkdownNone
read_documentExtract text from PDF/DOCX/XLSX/PPTX/imagesNone
write_fileWrite files (config, strategy code)None
read_fileRead file contentsNone
analyze_trade_journalParse broker CSV → profile + behavior diagnosticsNone
extract_shadow_strategyDistill 3-5 if-then rules from profitable roundtripsNone
run_shadow_backtestMulti-market backtest + delta-PnL attributionNone*
render_shadow_reportHTML/PDF shadow report (8 sections + charts)None
scan_shadow_signalsToday's symbols matching the shadow's cadenceNone
list_swarm_presetsList multi-agent team presetsNone
run_swarmExecute a multi-agent research teamLLM key
get_swarm_statusPoll swarm run status without blockingNone
get_run_resultGet final report and task summariesNone
list_runsList recent swarm runs with metadataNone
reap_stale_runsFinalize stale swarm runsNone
retry_runRe-run a failed/stale swarm runLLM key
trading_connectionsList selectable connector profilesNone
trading_select_connectionSelect the default connector profileNone
trading_checkCheck connector readinessConnector app/OAuth
trading_accountRead account summary from selected connectorConnector app/OAuth
trading_positionsRead positions from selected connectorConnector app/OAuth
trading_ordersRead open orders from selected connectorConnector app/OAuth
trading_quoteRead a quote snapshot from selected connectorConnector app/OAuth
trading_historyRead historical bars from selected connectorConnector app/OAuth
get_institutional_holdingsSEC 13F-HR holdings by manager/ticker + quarter-over-quarter position diffsNone
etf_holdingsETF look-through — SEC N-PORT (US) and full-book A-share fund reportsNone
prediction_marketEvent-contract search/market/history as labelled implied probabilityNone
research_papersarXiv + OpenAlex search/read with source-anchored claim extractionNone
quantlib_callPure-compute finance math — 265 functions across 19 quantlib modulesNone
cashflow_performanceXIRR / MOIC / DPI / TVPI / TWR / Modified Dietz over dated cash flowsNone
orderbook_depthCrypto L2 ladder — spread bps, depth imbalance, impact costNone
sentimentLocal lexicon text scoring + crypto Fear & Greed IndexNone
technical_indicatorsRSI / MACD / Bollinger / SMA / EMA through the existing loadersNone*
get_fundamentalsPIT-safe SEC fundamentals panels (filed-date anchored)None

<sub>*A-share symbols require TUSHARE_TOKEN. HK/US/Canada/crypto are free. Trading connector rows use the selected connector profile, e.g. IBKR local TWS/Gateway or Robinhood MCP OAuth.</sub>

Quick Start

pip install vibe-trading-ai

That's it — no API keys needed for HK/US/Canada/crypto markets. Start using backtest, get_market_data, analyze_options, analyze_trade_journal, extract_shadow_strategy, web_search, the Alpha Zoo (vibe-trading alpha bench --zoo gtja191 --universe csi300 --period 2018-2025), and all 89 skills immediately.

Loading Tools from External MCP Servers

The built-in agent can load tools from your own external MCP servers in addition to its local toolset.

Note: This is the MCP client path — the opposite of the MCP plugin listed above. The plugin above makes Vibe-Trading's tools available to your agents. This section lets Vibe-Trading's own agent call tools from your servers.

Setup

Create ~/.vibe-trading/agent.json:

{
  "mcpServers": {
    "my-server": {
      "command": "uvx",
      "args": ["my-mcp-server"],
      "toolTimeout": 30,
      "enabledTools": ["*"]
    }
  }
}

Ordinary external MCP tools appear automatically in every vibe-trading run / vibe-trading chat call. They are injected after local tools under stable names: mcp_<server>_<tool>. Live-broker MCP servers are consumed through the connector-scoped trading_* tools instead of exposing raw mcp_<broker>_* tools to the agent.

Official IBKR MCP read-only probe

Add Interactive Brokers' official MCP endpoint as a read-only external server:

{
  "mcpServers": {
    "ibkr": {
      "type": "streamableHttp",
      "url": "https://api.ibkr.com/v1/api/mcp",
      "auth": {
        "type": "oauth",
        "scopes": ["mcp.read"],
        "clientName": "Vibe-Trading",
        "cacheDir": "~/.vibe-trading/live/ibkr/oauth"
      },
      "enabledTools": ["*"]
    }
  }
}

Authorize it with vibe-trading connector authorize ibkr-live-official-mcp-readonly. The wildcard is accepted only for this mcp.read probe. Generic trading_account and trading_positions calls stay disabled until IBKR publishes stable read tool names that Vibe-Trading can map safely; mcp.write requires an explicit tool allowlist and live order-guard handling. If IBKR issues a pre-registered OAuth client, add clientId and clientSecret inside auth.

Official eToro Public API MCP (discovery + dev)

eToro ships a hosted MCP at https://mcp.public-api.etoro.com with live OpenAPI route discovery (get-all-routes, get-route-spec) and optional execution (execute-read, execute-write). Use it for API exploration and codegen — production agent trading in Vibe-Trading goes through the built-in etoro-* connector profiles and trading_* / etoro_* tools (mandate gate on live writes).

Add to ~/.vibe-trading/agent.json (credentials on the connection, not in chat):

{
  "mcpServers": {
    "etoro-public-api": {
      "type": "streamableHttp",
      "url": "https://mcp.public-api.etoro.com",
      "headers": {
        "x-api-key": "YOUR_PUBLIC_API_KEY",
        "x-user-key": "YOUR_USER_KEY"
      },
      "enabledTools": ["get-all-routes", "get-route-spec", "execute-read"]
    }
  }
}

Omit execute-write unless you want the MCP to place trades directly (bypasses Vibe-Trading's live mandate gate). Install skill: https://mcp.public-api.etoro.com/skill

Trading connector profiles

The public trading surface is connector-first. Choose a connector profile, then paper/live is just an attribute under that connector.

pip install "vibe-trading-ai[ibkr]"
vibe-trading connector list
vibe-trading connector use ibkr-paper-local
vibe-trading connector configure ibkr-paper-local --yes
vibe-trading connector check
vibe-trading connector account
vibe-trading connector positions
vibe-trading connector orders
vibe-trading connector quote AAPL
vibe-trading connector history AAPL --duration "30 D" --bar-size "1 day"

Default ports are TWS paper 7497, IB Gateway paper 4002, TWS live-readonly 7496, and IB Gateway live-readonly 4001.

Config fields

FieldRequiredDefaultDescription
typestdio: no, HTTP: yesinferred only for stdioTransport type. Use sse or streamableHttp for URL-based servers.
commandstdio: yesExecutable to launch
argsno[]Command arguments
envno{}Extra env vars for the subprocess
urlHTTP: yesRemote SSE / streamable HTTP endpoint URL
headersno{}Extra HTTP headers for SSE / streamable HTTP servers
toolTimeoutno30Seconds before a tool call is cancelled
enabledToolsno["*"]Allowlist of remote tool names. ["*"] enables all

For URL-based transports, type is required. The agent no longer guesses between SSE and streamable HTTP from the URL suffix.

Per-session override (API)

Security — disabled by default. mcpServers defines subprocess command/args/env and is therefore restricted to operator-level trust. API callers cannot inject MCP server definitions through POST /sessions unless the server operator explicitly opts in.

To enable session-level MCP injection, set the environment variable on the server before starting the agent:

export ALLOW_SESSION_MCP_SERVERS=1

With the opt-in active, pass mcpServers inside session.config to extend or replace the global config for that session only:

{
  "config": {
    "mcpServers": {
      "research": {
        "command": "uvx",
        "args": ["research-mcp"],
        "enabledTools": ["search"]
      }
    }
  }
}

Without ALLOW_SESSION_MCP_SERVERS=1, any mcpServers key in session.config is silently stripped before config loading. The global operator config on disk (~/.vibe-trading/agent.json) is always respected regardless of this flag.

v1 limits

  • Transport: stdio, SSE, and streamable HTTP.
  • Execution: serial only. MCP tools never enter the parallel readonly path.
  • Surfaces: tools only. Resources and prompts are not exposed.
  • Swarm: MCP tools are excluded from Swarm worker registries in v1.
  • Hot reload: not supported. Restart the process to pick up config changes.

Failure handling

CaseBehavior
Missing config filefalls back to empty config — no MCP servers loaded
Invalid config filelogs a warning and falls back to empty config
Server fails to startthat server is skipped; local tools and other servers still load
Tool call times outreturns a normalized error payload instead of raising
Two server names collide after sanitizationdeterministic hash suffix appended; operator warning emitted

Examples

Backtest a MACD strategy on Apple:

Backtest AAPL with MACD crossover strategy (fast=12, slow=26, signal=9) for 2024

Analyze my trade journal and build a Shadow Account:

Call analyze_trade_journal on ~/Downloads/tonghuashun.csv, then extract_shadow_strategy with min_support=3, then run_shadow_backtest for the last year, then render_shadow_report.

Run an investment committee review:

Use run_swarm with investment_committee preset to evaluate NVDA. Variables: target=NVDA.US, market=US

Factor analysis on CSI 300:

Run factor_analysis on CSI 300 stocks using pe_ttm factor from 2023 to 2024

Options analysis:

Use analyze_options: spot=100, strike=105, 90 days, vol=25%, rate=3%

Multi-leg options payoff:

Use analyze_options_payoff for a 95/105 bull call spread at spot 100 with 30 days remaining: long one 95 call at premium 8, short one 105 call at premium 3, multiplier 100, commission rate 0.001.

Top skills in this category