stock-trading-system

Automate A股 quantitative trading workflows from signal discovery to live monitoring and post-trade backtesting.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/cintia09/openclaw-skills --skill stock-trading-system
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: stock-trading-system
Source: https://github.com/cintia09/openclaw-skills/tree/main/stock-trading-system
Command: npx skills add https://github.com/cintia09/openclaw-skills --skill stock-trading-system

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

A股量化交易系统实现从选股到盘中监控、执行交易、并通过复盘调参形成全闭环的自动化流程,降低人工干预与情绪波动的风险。

Core Features & Use Cases

  • 端到端自动化: 从信号发现、风险控制到执行和复盘的完整流程。
  • 多模型协同: 三模型/多源信息进行交叉复盘,提供参数建议。
  • 实时监控与风控: 支持盘中快照、止损/止盈策略和仓位管理。
  • Use Case: 当市场波动时,系统自动识别潜在机会并执行交易,同时输出日报用于复盘。

Quick Start

Run the daily pipeline to generate signals, monitor positions, and update the post-trade report.

Frequently Asked Questions about stock-trading-system

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate A-share quantitative trading from signal discovery to execution?

A-share quantitative trading automation uses a modular architecture to run an end-to-end pipeline covering signal generation, intraday monitoring, risk control, and automated execution. It outputs daily reports for post-trade review, minimizing manual intervention.

How does ATR-based risk management work for intraday stock monitoring?

ATR-based risk management calculates stop-loss and take-profit levels dynamically based on market volatility. The system applies these metrics during intraday monitoring to manage position sizing and control downside risk across A-share trades automatically.

Can I use Monte Carlo backtesting for A-share trading strategies?

Yes, Monte Carlo backtesting is supported within the post-trade review cycle. The system applies Monte Carlo simulations alongside multi-model cross-checks to validate A-share strategy parameters and provide automatic parameter updates for quantitative trading.

Does Kelly Criterion position sizing work with multi-model quantitative trading?

Yes, Kelly Criterion position sizing integrates into the multi-model quantitative trading workflow. The system cross-checks signals from multiple models and applies Kelly Criterion calculations to determine optimal position sizes for A-share execution.

What is the best way to run post-trade backtesting and parameter updates?

The best way to run post-trade backtesting is executing the daily pipeline, which feeds trading data into multi-model cross-checks. This process generates automatic parameter updates and a comprehensive daily report for strategy refinement.