AI Agent Hub
Back to skills
QuantTrader Pro V2.1 Professional Quantitative Trading System icon

QuantTrader Pro V2.1 Professional Quantitative Trading System

Professional Updated 2026.08.30

Paste the following prompt into your AI chat to install this skill:

Install @user_a9caeb3c/a-quanttrader-pro-v2-0 using https://skillhub.cn/install/skillhub.md.

About this skill

Problem

Local quantitative workflows often split indicators, backtesting, and simulated trading across separate scripts. Real data sources add setup friction, while dependency and permission errors make debugging noisy. This skill bundles those capabilities into a locally launched system: it starts with mock data to validate the flow, then connects real market feeds.

How It Works

  • Market data and indicators: multi-period K-line charts with MA, MACD, RSI, and KDJ; also includes market breadth, northbound flows, and Dragon-Tiger list data for context.
  • Strategy and backtesting: built-in moving-average, MACD, and RSI strategies with custom parameters; backtests produce reports, and a REST API supports secondary development.
  • Trading and risk: simulated buying, selling, and position management, with position sizing, stop-loss/take-profit rules, P&L tracking, and equity curves.
  • Data source switching: supports RQData, jqdatasdk, and Tushare, or runs with mock data without dependencies; data calls are isolated in child processes and reconnect automatically.
    Start with mock data to verify strategy logic, then configure real sources. Because market feeds vary by permissions, field definitions, and latency, backtest results should be treated as research references rather than live trading performance.

Use Cases

  • When validating a moving-average strategy locally, load multi-period K-lines, compute MA and MACD, and produce a backtest report.
  • When tuning risk rules, set simulated buy/sell orders, stop-loss and take-profit, then review position P&L and equity curves.
  • When switching live data sources, configure RQData, JQData, or Tushare, then verify connection health and auto-reconnect.
  • When extending a strategy, call the REST API for indicators and buy/sell signals to integrate into your own trading workflow.

Best For

  • Personal quant researchers who want to turn indicator scripts into a demonstrable local workflow.
  • Strategy engineers comparing field definitions across RQData, JQData, and Tushare.
  • Instructors demonstrating K-line analysis, strategy backtesting, and simulated trading in a teaching environment.
  • Trading-system developers adding secondary strategy logic through the REST API.