AI Agent Hub
Back to skills
A-Share Multi-Factor Quantitative Screening icon

A-Share Multi-Factor Quantitative Screening

Professional Updated 2026.08.30

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

Please install @user_a9caeb3c/a-stock-multi-factor-screener into your AI assistant by following https://skillhub.cn/install/skillhub.md.

About this skill

Problem

For individual A-share investors, a quote page shows prices but not whether a trading rule would have worked. Manually scanning limit-up names, MA golden crosses, and RSI oversold signals is also easy to miss. OneQuant 4.0 puts quotes, k-lines, conditional screening, backtesting, simulated trading, and risk checks into one local Flask service, reducing tool switching.

How It Works

  • Data access: use AkShare for free market data, or configure JQData / RQData for longer history, covering indices, stock quotes, k-lines, northbound flow, and financial metrics.
  • Entry points: the Web UI is for manual analysis; REST API is for Python batch backtests; CLI and scheduled jobs are for after-close automation.
  • Core capabilities: screen limit_up, ma_golden, and rsi_oversold; run MA/RSI backtests; inspect equity curves, performance metrics, and signals; simulate trades in a local account and export Excel.
  • Risk and data: review position ratios, stop-loss/take-profit settings, and risk overview; trade records and strategy parameters are stored in local JSON files by default, and the broker is simulated.

Boundaries

It is best for strategy validation and learning: single-user local deployment, HTTP polling, and non-millisecond latency. Backtest results still need assumptions for commissions, slippage, and stamp duty. For high-frequency trading, futures/options, deep HK/US stock analysis, or complex factor models, use a dedicated system.

Use Cases

  • After close, backtest a single A-share stock with MA/RSI strategies and review equity curves, metrics, and signals.
  • Screen A-share names by limit-up, MA golden cross, and RSI oversold conditions, then export the result.
  • Buy and sell in a local simulated account to track holdings, P&L, and daily profit-and-loss records.
  • Set position limits and stop-loss/take-profit rules, then review risk overview and concentration alerts.

Best For

  • Individual investors validating MA or RSI rules on A-share stocks
  • Quant beginners learning backtesting while using the local Web UI
  • Python analysts batch-running backtests via REST APIs and exporting results
  • Independent researchers managing quotes, k-lines, screening, and simulated trading locally